mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-04 19:47:13 +08:00
video logic change
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ var Space = {
|
|||||||
Space._shipTimer = setInterval(Space.moveShip, 33);
|
Space._shipTimer = setInterval(Space.moveShip, 33);
|
||||||
|
|
||||||
// APRIL FOOLS!
|
// APRIL FOOLS!
|
||||||
if(document.location.href.search(/[\?\&]april=1/) != -1){
|
if(document.location.href.search(/[\?\&]april=1/) == -1){
|
||||||
$('body').append($('<iframe>').attr('src','https://www.youtube.com/embed/ZZ5LpwO-An4?autoplay=1').attr('frameborder',0))
|
$('body').append($('<iframe>').attr('src','https://www.youtube.com/embed/ZZ5LpwO-An4?autoplay=1').attr('frameborder',0))
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user