Update detect.js
This commit is contained in:
parent
42327b3663
commit
e9a7d2f0ee
|
|
@ -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") {} else {
|
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 {
|
||||||
addWarning();
|
addWarning();
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue