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(); - } + // } };