fix in processfiles, somehow got commented out, fixed

This commit is contained in:
Hash Borgir
2022-06-24 23:43:54 -06:00
parent b7fdaa585e
commit c4229d4336
2 changed files with 3 additions and 7 deletions

View File

@@ -462,11 +462,7 @@ $(document).ready(function () {
$(".item").onerror = function () {
invImg = "/img/items/" + data.invfile + ".png";
this.src = invImg;
};
// invImg = "/img/items/" + data.invfile + ".png";
// $(".item").attr("src", invImg);
};
type = data["*type"];
lvlreq = data["lvl req"];