aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/javascripts/bootstrap/header_magic.js
blob: f839ec20af036f5839f66382fbf0939e4ac5e5ec (plain)
1
2
3
4
5
6
STUDIP.domReady(() => {
    // Test if the header is actually present
    if ($('#top-bar').length > 0) {
        STUDIP.HeaderMagic.enable();
    }
});