mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
stay on top
This commit is contained in:
parent
1ccdc7a996
commit
55f1c8c066
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ $(document).ready(function() {
|
|||
document.getElementById('elRaptorShriek').play();
|
||||
}
|
||||
playSound();
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
// Movement Hilarity
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
'enterOn' : 'timer', //timer, konami-code, click
|
||||
'delayTime' : 1000 //time before raptor attacks on timer mode
|
||||
});
|
||||
window.scrollTo(0, 0);
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue