1 2 3 4 5 6 7
STUDIP.domReady(function () { $('.fullscreen-toggle').click(() => STUDIP.Fullscreen.toggle()); if (sessionStorage.getItem('studip-fullscreen') == 'on' && $('.fullscreen-toggle').length > 0) { STUDIP.Fullscreen.enter(true); } }, true);