implemented user page

well .. most of it anyway
This commit is contained in:
Sarjuuk
2015-05-20 01:22:09 +02:00
parent 6d488e5831
commit ebc7a9bee8
22 changed files with 1032 additions and 586 deletions

View File

@@ -9237,9 +9237,9 @@ Listview.funcBox = {
},
moneyCurrencyOver: function(currencyId, count, e) {
var buff = g_gatheredcurrencies[currencyId]['name_' + Locale.getName() /*g_loc.getName()*/];
var buff = g_gatheredcurrencies[currencyId]['name_' + Locale.getName()];
// justice / valor points handling removed
// sarjuuk: justice / valor points handling removed
$WH.Tooltip.showAtCursor(e, buff, 0, 0, 'q1');
},

File diff suppressed because it is too large Load Diff