diff --git a/processFiles.php b/processFiles.php index fc98b4a..25605e4 100755 --- a/processFiles.php +++ b/processFiles.php @@ -133,7 +133,7 @@ if (file_exists(APP_DB)) { Process tbl files * * - + */ $tbl = $_SESSION['tbl']; // ddump($tbl); @@ -167,7 +167,7 @@ if (file_exists(APP_DB)) { - + diff --git a/res/app.js b/res/app.js index 1b87a57..233b14d 100755 --- a/res/app.js +++ b/res/app.js @@ -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"];