- Fix display of menu icons.

Signed-off-by: TheLuda <theluda@getmangos.com>
This commit is contained in:
TheLuda
2012-09-19 17:44:44 +02:00
parent 311a1198c4
commit 027850c5e2
5 changed files with 6 additions and 7 deletions
+2 -1
View File
@@ -1259,8 +1259,9 @@ var Menu = {
O.className = "menusub"
}
if (V[X][5] != null) {
V[X][5] = V[X][5].toLowerCase();
F.className = "icontiny";
F.style.backgroundImage = "url(images/icons/tiny/" + V[X][5] + ".gif)";
F.style.backgroundImage = "url(images/icons/small/" + V[X][5] + ".png)";
if (V[X].checked) {
var K = ce("span");
K.className = "menucheck";