Update detect.js
This commit is contained in:
parent
e9a7d2f0ee
commit
bc250a39c8
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
function addWarning() {
|
function addWarning() {
|
||||||
let alertDiv = document.createElement("div");
|
let alertDiv = document.createElement("div");
|
||||||
alertDiv.innerHTML = "You are on an unsupported url of the site. Please go to <a href='https://archblox.com'>archblox.com</a> instead.";
|
alertDiv.innerHTML = "You are on an unsupported version of the site. Please go to <a href='https://archblox.com'>archblox.com</a> instead.";
|
||||||
alertDiv.setAttribute("id","alert");
|
alertDiv.setAttribute("id","alert");
|
||||||
document.body.appendChild(alertDiv);
|
document.body.appendChild(alertDiv);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue