the stop call kills the body of the page for some reason, why i do not know.

This commit is contained in:
Wes Bryie 2021-11-18 11:00:14 -05:00
parent 34055b2ca1
commit 1afe7a9ad6
1 changed files with 2 additions and 2 deletions

View File

@ -23,11 +23,11 @@ else {
function isDomainCorrect() { function isDomainCorrect() {
if (domain = "wesbryie") { if (domain = "wesbryie") {
console.log("This websites javascript code says that it is correct."); console.log("Thank you for using wesbryie.cf.");
} }
else { else {
console.log("I SEE YOU."); console.log("why uh, why ya doin that? why ya taking my code?");
} }
} }