mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixups
* fixed file generators involving ?_icons table * known spells onspell detail page should have a localized tooltip * fixed numer formating in spell tooltips for locales with a ',' as decimal * fixed php-tag in contribute template, causing parse error
This commit is contained in:
@@ -1627,7 +1627,7 @@ $WH.g_enhanceTooltip = function(tooltip, isStatic, useGets, showSlider, buff, kn
|
||||
|
||||
$(chooseSpells)
|
||||
.append('<input type="checkbox" id="known-' + i + '" />')
|
||||
.append('<label for="known-' + i + '"><a rel="spell=' + i + '&know=' + i + '">' + g_spells[i]['name_' + Locale.getName()] + (g_spells[i]['rank_' + Locale.getName()] ? ' (' + g_spells[i]['rank_' + Locale.getName()] + ')' : '') + '</a></label>')
|
||||
.append('<label for="known-' + i + '"><a rel="spell=' + i + '&know=' + i + '&domain=' + Locale.current.domain + '">' + g_spells[i]['name_' + Locale.getName()] + (g_spells[i]['rank_' + Locale.getName()] ? ' (' + g_spells[i]['rank_' + Locale.getName()] + ')' : '') + '</a></label>')
|
||||
.append('<br />');
|
||||
|
||||
$('#known-' + i).change($WH.g_tooltipSpellsChange.bind(this));
|
||||
|
||||
Reference in New Issue
Block a user