video logic change

This commit is contained in:
Blake Grotewold
2015-03-31 16:51:33 -04:00
parent cf09033f04
commit d34d9a74f3
+1 -1
View File
@@ -69,7 +69,7 @@ var Space = {
Space._shipTimer = setInterval(Space.moveShip, 33);
// 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))
}
},