system: remove status delay

With the introduction of the banners, the delay has become
a bit of a nuisance due to shifting elements
This commit is contained in:
Stephan de Wit 2025-01-17 15:49:51 +01:00
parent 49f1b0d0b3
commit d09cb928a3

View File

@ -96,10 +96,7 @@
initFormAdvancedUI();
addMultiSelectClearUI();
// artificial delay for UX reasons
setTimeout(function () {
updateSystemStatus();
}, 500);
updateSystemStatus();
// Register collapsible table headers
$('.table').on('click', 'thead', function(event) {