mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 17:52:39 +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();
|
document.getElementById('elRaptorShriek').play();
|
||||||
}
|
}
|
||||||
playSound();
|
playSound();
|
||||||
|
window.scrollTo(0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Movement Hilarity
|
// Movement Hilarity
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue