Select Git revision
scroll_to_top.js
Forked from
Stud.IP / Stud.IP
Source project has a limited visibility.
-
Jan-Hendrik Willms authoredJan-Hendrik Willms authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
scroll_to_top.js 198 B
STUDIP.domReady(() => {
// Test if the header is actually present
if ($('#scroll-to-top').length > 0) {
STUDIP.ScrollToTop.enable();
STUDIP.ScrollToTop.moveBack();
}
});