mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc:
* also load item-scaling data for spell-tooltips * fixed an event reference in the markup-guide (holidayIds became eventIds some time ago) * removed underline from anchor elements * also increment version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
define('AOWOW_REVISION', 10);
|
||||
define('AOWOW_REVISION', 11);
|
||||
define('CLI', PHP_SAPI === 'cli');
|
||||
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -83,7 +83,8 @@ if (typeof $WowheadPower == "undefined") {
|
||||
100: [profiles, "profile", "Profile" ]
|
||||
},
|
||||
SCALES = {
|
||||
3: { url: "?data=item-scaling" }
|
||||
3: { url: "?data=item-scaling" },
|
||||
6: { url: "?data=item-scaling" }
|
||||
},
|
||||
LOCALES = {
|
||||
0: "enus",
|
||||
|
||||
@@ -931,7 +931,6 @@ a.dialog-right {
|
||||
.icontinyr { padding-right: 18px !important; background: right center no-repeat; }
|
||||
.icontinyl { padding-left: 18px !important; background: left center no-repeat; }
|
||||
a.icontiny { text-decoration: none; }
|
||||
a.icontiny span /* span */ { text-decoration:underline; }
|
||||
span.icontiny, a.tinyspecial { padding-left:18px !important; background:left center no-repeat; }
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user