BIIIG Javascript reworking, split into multiple files
This commit is contained in:
parent
91337ac477
commit
1733dc58f5
17 changed files with 281 additions and 388 deletions
7
static/js/main.js
Normal file
7
static/js/main.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
window.onbeforeunload = function () {
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
|
||||
document.addEventListener("DOMContentLoaded", function() {
|
||||
$("#jsEnabled").text("true")
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue