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") {