Navbar: sofortiger Status-Refresh nach Toggle (UX-Fix)

This commit is contained in:
Markus F.J. Busche
2025-09-21 13:09:14 +02:00
parent 13dd1dbd44
commit f225acc752

View File

@@ -81,6 +81,8 @@ $(function() {
$("#tsf_nav_open_li").addClass('hidden');
lastEnabled = false;
}
// Finaler Abgleich mit Backendstatus
setTimeout(refreshNavbarStatus, 250);
} else {
$status.text('Error');
}