Update detect.js

This commit is contained in:
Thomas G 2022-10-30 21:13:37 +11:00
parent 85f52e06e5
commit 9791887c4d
1 changed files with 1 additions and 1 deletions

View File

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