mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Items:
- fixed line breaks in tooltips - fixed typo causing unwanted output when parsing ratings - ammunition now always displays dps and some misc items no longer display 0-0 damage Spells - added created items to tooltip (formating is a bit off though) - fixed typo in parsing periodic auras Power - use external version of in_array (e.g. prepend $WH.), should fix inclusion of power to external sites
This commit is contained in:
@@ -271,7 +271,7 @@ if (typeof $WowheadPower == "undefined") {
|
||||
locale = $WH.g_getLocaleFromDomain(domain);
|
||||
|
||||
/* edit start */
|
||||
if (in_array(['fr', 'de', 'es', 'ru', 'en'], domain) == -1) {
|
||||
if ($WH.in_array(['fr', 'de', 'es', 'ru', 'en'], domain) == -1) {
|
||||
for (i in document.scripts) {
|
||||
if (!document.scripts[i].src)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user