mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
fix in processfiles, somehow got commented out, fixed
This commit is contained in:
@@ -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"];
|
||||
|
Reference in New Issue
Block a user