mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 11)
* convert signin/signout functionality * implement 'log out all devices' option
This commit is contained in:
@@ -535,7 +535,8 @@ var PageTemplate = new function()
|
||||
}
|
||||
|
||||
// Sign Out
|
||||
menu.push(['sign-out', LANG.signout, '?account=signout']);
|
||||
menu.push(['sign-out', LANG.signout, '?account=signout']);
|
||||
menu.push(['sign-out-global', LANG.logOutEverywhere, '?account=signout&global']);
|
||||
|
||||
Menu.add($link, menu);
|
||||
$link.addClass('hassubmenu');
|
||||
|
||||
Reference in New Issue
Block a user