mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-08 02:25:39 +00:00
Made the site localhostproof
This commit is contained in:
2
static/dist/main.min.js
vendored
2
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -444,7 +444,9 @@ function onepage_load(){
|
||||
if($("#alreadyfp").length == 1){
|
||||
window.initfp();
|
||||
}else {
|
||||
$("#scripts").append($($(e)[45]).html());
|
||||
if(window.location.hostname == "zoff.no") number = 45;
|
||||
else number = 63;
|
||||
$("#scripts").append($($(e)[number]).html());
|
||||
}
|
||||
|
||||
if($("#alreadychannel").length == 0){
|
||||
|
||||
Reference in New Issue
Block a user