From c4229d4336851cbc9fd35c82d56e60fd5d5483bb Mon Sep 17 00:00:00 2001 From: Hash Borgir Date: Fri, 24 Jun 2022 23:43:54 -0600 Subject: [PATCH] fix in processfiles, somehow got commented out, fixed --- processFiles.php | 4 ++-- res/app.js | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) 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"];