mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added support for parameters in presenters
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
var App = App || {};
|
||||
|
||||
App.Bootstrap = function(auth, router) {
|
||||
App.Bootstrap = function(auth, router, util) {
|
||||
|
||||
util.initPresenter(function() { return App.DI.get('topNavigationPresenter'); });
|
||||
|
||||
auth.tryLoginFromCookie()
|
||||
.then(startRouting)
|
||||
|
Reference in New Issue
Block a user