- added locales for powerTypes from GlobalStrings.lua

- fixed user-menu item /?account
This commit is contained in:
Sarjuuk
2015-04-02 16:37:23 +02:00
parent 27bc09f136
commit b71b5e8363
5 changed files with 13 additions and 12 deletions

View File

@@ -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