MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / applyRusenseTabVisibility

Function applyRusenseTabVisibility

web/scripts/ragnar_modern.js:1005–1013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1003 }
1004 }
1005 });
1006 // Keep the CSS overlay in sync when the user leaves OS fullscreen via Esc.
1007 document.addEventListener('fullscreenchange', () => {
1008 const obs = document.getElementById('observatory-frame');
1009 if (obs && !document.fullscreenElement) obs.classList.remove('observatory-fullscreen');
1010 });
1011}
1012initObservatoryFullscreenBridge();
1013
1014function showRusenseSubtab(name) {
1015 if (!RUSENSE_SUBTABS.includes(name)) name = 'dashboard';
1016 _rusenseCurrent = name;

Callers 3

ragnar_modern.jsFile · 0.70
syncRusenseTabFromServerFunction · 0.70
onRusenseTabToggledFunction · 0.70

Calls 3

_rusenseTabVisibleFunction · 0.70
showTabFunction · 0.70
syncRusenseTabToggleFunction · 0.70

Tested by

no test coverage detected