From fce0afb92d85d595a02cc27d14c7eabab2126702 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 19 Jun 2022 15:37:44 +1000 Subject: [PATCH] fixed it not detecting (AGAIN) --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 841ddd9..1b82af0 100644 --- a/main.js +++ b/main.js @@ -16,7 +16,7 @@ window.onload = function() { if (window.location.hostname == "") { alerttext.innerHTML = "You are using this locally."; alert.className = ""; - } else if (window.location.hostname == "github.io") { + } else if (window.location.hostname == "thomasluigi07.github.io") { alerttext.innerHTML = "You are using this on the github pages site."; alert.className = ""; } else if (window.location.hostname == "MORBLOX.com") {