Update detect.js
This commit is contained in:
parent
85f52e06e5
commit
9791887c4d
|
|
@ -7,6 +7,6 @@ function addWarning() {
|
||||||
document.body.appendChild(alertDiv);
|
document.body.appendChild(alertDiv);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window.location.href == "https://archblox.com" || window.location.href == "http://archblox.com" || window.location.href == "https://archblox.com/" || window.location.href == "http://archblox.com/") {} else {
|
if (window.document.location.hostname == "archblox.com") {} else {
|
||||||
addWarning();
|
addWarning();
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue