Improve startup UX and docs positioning

This commit is contained in:
2026-03-06 20:20:10 +10:00
parent 28fc629907
commit e6299375a9
5 changed files with 68 additions and 20 deletions
+1 -1
View File
@@ -4376,7 +4376,7 @@ document.querySelectorAll('.tab').forEach(t=>{
(function() {
LS.del('ocm_mode');
applyLang();
checkStatus().then(() => { loadAll(); loadDashboard(); }).catch(e => console.error('Init error:', e));
checkStatus().then(() => { loadAll(); setTimeout(() => loadDashboard(), 0); }).catch(e => console.error('Init error:', e));
startHealthPolling();
})();`;