From 983c0016827f17bb898df78d3c8a893187bf546a Mon Sep 17 00:00:00 2001 From: poni Date: Sun, 4 Apr 2021 20:22:47 +0200 Subject: [PATCH] p --- codes.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codes.js b/codes.js index ba18136..97bc4f8 100644 --- a/codes.js +++ b/codes.js @@ -12,6 +12,9 @@ if (document.querySelector ("input[type='toxt']").value.toUpperCase() === "PPRGM") { location='ZIPFILES/pprgm/'; }//OK + if (document.querySelector ("input[type='toxt']").value.toUpperCase() === "POISON") { + location='ZIPFILES/poison/'; + } if (document.querySelector ("input[type='toxt']").value.toUpperCase() === "BORDERS") { location='ZIPFILES/BORDERS.zip'; } @@ -58,7 +61,7 @@ location='ZIPFILES/OFFLINE.zip'; } //OK - if (document.querySelector ("input[type='toxt']").value.toUpperCase() === "SAVIOR") { + if (document.querySelector ("input[type='toxt']").value.toUpperCase() === "SAVIOR2") { location='ZIPFILES/SAVIOR.zip'; } if (document.querySelector ("input[type='toxt']").value.toUpperCase() === "THISISNOTART") {