fixed it not detecting (AGAIN)
This commit is contained in:
parent
dc6e9262c6
commit
fce0afb92d
2
main.js
2
main.js
|
|
@ -16,7 +16,7 @@ window.onload = function() {
|
|||
if (window.location.hostname == "") {
|
||||
alerttext.innerHTML = "You are using this locally.";
|
||||
alert.className = "";
|
||||
} else if (window.location.hostname == "github.io") {
|
||||
} else if (window.location.hostname == "thomasluigi07.github.io") {
|
||||
alerttext.innerHTML = "You are using this on the github pages site.";
|
||||
alert.className = "";
|
||||
} else if (window.location.hostname == "MORBLOX.com") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue