mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- added locales for powerTypes from GlobalStrings.lua
- fixed user-menu item /?account
This commit is contained in:
@@ -490,7 +490,8 @@ var PageTemplate = new function()
|
||||
menu.push(userPage);
|
||||
|
||||
// Settings
|
||||
var settings = ['settings', LANG.settings, 'http://' + window.location.hostname + '?account', null, {icon: g_staticUrl + '/images/icons/cog.gif', checkedUrl: /account/i}];
|
||||
// var settings = ['settings', LANG.settings, 'http://' + window.location.hostname + '?account', null, {icon: g_staticUrl + '/images/icons/cog.gif', checkedUrl: /account/i}];
|
||||
var settings = ['settings', LANG.settings, '?account', null, {icon: g_staticUrl + '/images/icons/cog.gif', checkedUrl: /account/i}];
|
||||
menu.push(settings);
|
||||
|
||||
// Reputation
|
||||
|
||||
Reference in New Issue
Block a user