From b5e5bcefe91adca52558aa16c137f7fce0b062b5 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 30 Oct 2022 21:24:16 +1100 Subject: [PATCH] Update detect.js --- public/js/detect.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/detect.js b/public/js/detect.js index 6a45217..63cd975 100644 --- a/public/js/detect.js +++ b/public/js/detect.js @@ -20,8 +20,8 @@ function addWarning() { } if (window.document.location.hostname == "archblox.com") { - console.log("User is on " + window.document.location.hostname + ". Known URL."); + console.log("User is on " + window.document.location.hostname + ". Supported URL."); } else { - console.log("User is on " + window.document.location.hostname + ". Unknown URL."); + console.log("User is on " + window.document.location.hostname + ". Unsupported/legacy URL."); addWarning(); } \ No newline at end of file