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:
@ -11,7 +11,7 @@ App.Presenters.LogoutPresenter = function(
|
||||
|
||||
var $messages = jQuery('#content');
|
||||
|
||||
function init(args, loaded) {
|
||||
function init(params, loaded) {
|
||||
topNavigationPresenter.select('logout');
|
||||
topNavigationPresenter.changeTitle('Logout');
|
||||
promise.wait(auth.logout())
|
||||
|
Reference in New Issue
Block a user