Update detect.js

This commit is contained in:
Thomas G 2022-10-30 21:08:08 +11:00
parent 42327b3663
commit e9a7d2f0ee
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ function addWarning() {
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();
}