From d286df29eb45e7ac539405f5714dbfd7b98de227 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sat, 2 Jul 2016 19:13:26 +0200 Subject: [PATCH] switch back to 1080p and removed teaser --- www/public_html/index.php | 8 ++++---- www/public_html/js/script.js | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/www/public_html/index.php b/www/public_html/index.php index 75fbb0d..94c61cb 100644 --- a/www/public_html/index.php +++ b/www/public_html/index.php @@ -21,10 +21,10 @@ header("Pragma: no-cache");
diff --git a/www/public_html/js/script.js b/www/public_html/js/script.js index 4e5b6e8..f913055 100644 --- a/www/public_html/js/script.js +++ b/www/public_html/js/script.js @@ -24,18 +24,18 @@ $(document).ready(function() { console.log("Init"); // teasing - var now = Date.now(); - var opening = new Date("2016-07-02T18:30"); - // console.log(now); - // console.log(limit.getTime()); - if( window.location.hostname == "centipede.hehe.org" && now < opening.getTime()){ - $('body').addClass('teasing'); - setTimeout(function(){ - window.location.reload(); - },1000*60); - }else{ + // var now = Date.now(); + // var opening = new Date("2016-07-02T18:30"); + // // console.log(now); + // // console.log(limit.getTime()); + // if( window.location.hostname == "centipede.hehe.org" && now < opening.getTime()){ + // $('body').addClass('teasing'); + // setTimeout(function(){ + // window.location.reload(); + // },1000*60); + // }else{ loadData(); - } + // } };