mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed redirect in javascript
This commit is contained in:
@@ -372,10 +372,10 @@ function initfp(){
|
||||
//Materialize.toast('<p id="aprilfools">We suck at pranks..<a class="waves-effect waves-light btn light-green" style="pointer-events:none;">Agreed</a></p>', 100000);
|
||||
}
|
||||
|
||||
if(window.location.hostname != "zoff.me"){
|
||||
/*if(window.location.hostname != "zoff.me"){
|
||||
console.log("not zoff.me, redirecting"); //redirect
|
||||
window.location.href = "https://zoff.me";
|
||||
}
|
||||
}*/
|
||||
|
||||
window.onpopstate = function(e){
|
||||
var url_split = window.location.href.split("/");
|
||||
|
||||
Reference in New Issue
Block a user