fix: Replace window.onload with addEventListener for better event handling and hide spinner in skeleton functions

This commit is contained in:
Jokob @NetAlertX
2026-06-20 12:08:48 +00:00
parent 36a10fb9ef
commit 6194134cd0
5 changed files with 9 additions and 5 deletions

View File

@@ -1378,6 +1378,7 @@ $(document).ready(function () {
});
function hideWorkflowsSkeleton() {
hideSpinner();
$('#workflows-skeleton').fadeOut(250, function() { $(this).remove(); });
}