mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed PathJS dependency; refactored routing
This commit is contained in:
@ -7,7 +7,7 @@ App.Presenters.HelpPresenter = function(
|
||||
|
||||
var $el = jQuery('#content');
|
||||
|
||||
function init(args, loaded) {
|
||||
function init(params, loaded) {
|
||||
topNavigationPresenter.select('help');
|
||||
topNavigationPresenter.changeTitle('Help');
|
||||
render();
|
||||
|
Reference in New Issue
Block a user