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