remove console.log
This commit is contained in:
parent
7ecc7d1d5f
commit
d7d45465cd
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ function toggleIcons() {
|
|||
img.src = img.src.replace("media/icons/" + (newIcons ? "old" : "new"), "media/icons/" + newOrOld);
|
||||
}
|
||||
for (let i = 0; i < divs.length; i++) {
|
||||
console.log(divs.item(i))
|
||||
divs.item(i).style.backgroundImage = "url('../media/items/" + (newIcons ? "new" : "old") + ".png')";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue