mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
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:
parent
49f1b0d0b3
commit
d09cb928a3
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user