switch back to 1080p and removed teaser
This commit is contained in:
@@ -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();
|
||||
}
|
||||
// }
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user