Update detect.js

This commit is contained in:
Thomas G 2022-10-30 21:24:16 +11:00
parent bfeb34499a
commit b5e5bcefe9
1 changed files with 2 additions and 2 deletions

View File

@ -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();
}