mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
implemented user page
well .. most of it anyway
This commit is contained in:
@@ -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');
|
||||
},
|
||||
|
||||
1014
static/js/user.js
1014
static/js/user.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user