mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-06-21 06:39:52 -04:00
fix: Replace window.onload with addEventListener for better event handling and hide spinner in skeleton functions
This commit is contained in:
@@ -1378,6 +1378,7 @@ $(document).ready(function () {
|
||||
});
|
||||
|
||||
function hideWorkflowsSkeleton() {
|
||||
hideSpinner();
|
||||
$('#workflows-skeleton').fadeOut(250, function() { $(this).remove(); });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user