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:
@ -12,7 +12,7 @@ App.Presenters.TopNavigationPresenter = function(
|
||||
var templates = {};
|
||||
var baseTitle = document.title;
|
||||
|
||||
function init(args, loaded) {
|
||||
function init(params, loaded) {
|
||||
promise.wait(util.promiseTemplate('top-navigation'))
|
||||
.then(function(template) {
|
||||
templates.topNavigation = template;
|
||||
|
Reference in New Issue
Block a user