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