poni 3 years ago
parent cdaed2fb4e
commit 983c001682

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

Loading…
Cancel
Save