Update detect.js
This commit is contained in:
parent
bfeb34499a
commit
b5e5bcefe9
|
|
@ -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();
|
||||
}
|
||||
Loading…
Reference in New Issue