stay on top

This commit is contained in:
Kyle Drake 2015-03-31 21:04:15 -07:00
parent 1ccdc7a996
commit 55f1c8c066
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ $(document).ready(function() {
document.getElementById('elRaptorShriek').play(); document.getElementById('elRaptorShriek').play();
} }
playSound(); playSound();
window.scrollTo(0, 0);
} }
// Movement Hilarity // Movement Hilarity

View file

@ -46,6 +46,7 @@
'enterOn' : 'timer', //timer, konami-code, click 'enterOn' : 'timer', //timer, konami-code, click
'delayTime' : 1000 //time before raptor attacks on timer mode 'delayTime' : 1000 //time before raptor attacks on timer mode
}); });
window.scrollTo(0, 0);
}); });
</script> </script>
</head> </head>