changed some shit

This commit is contained in:
hexahigh 2023-08-23 15:43:22 +02:00
parent 20c4963ca9
commit 135e4d8052

View File

@ -25,6 +25,7 @@ if(c) {
function ifN(i) { function ifN(i) {
if (!n) { if (!n) {
console.log("Don't redirect parameter found, not redirecting.")
window.location = i window.location = i
} }
} }