1 2 3 4 5 6 7
STUDIP.domReady(() => { // Test if the header is actually present if ($('#scroll-to-top').length > 0) { STUDIP.ScrollToTop.enable(); STUDIP.ScrollToTop.moveBack(); } });