1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-03-05 22:49:48 +01:00
OpenXE/www/js/scrollfix.js

8 lines
83 B
JavaScript
Raw Normal View History

2023-06-17 12:27:32 +02:00
/*
* Fix scrolling to middle of page bug
*/
$(() => {
window.scrollTo(0, 0);
})