1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-01-21 18:41:13 +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);
})