mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-06-27 09:26:27 -04:00
FE: skeleton uplift
This commit is contained in:
@@ -1379,7 +1379,7 @@ $(document).ready(function () {
|
||||
|
||||
function hideWorkflowsSkeleton() {
|
||||
hideSpinner();
|
||||
$('#workflows-skeleton').fadeOut(250, function() { $(this).remove(); });
|
||||
$('#workflows-skeleton').fadeOut(50, function() { $(this).remove(); });
|
||||
}
|
||||
|
||||
window.addEventListener('load', function() {
|
||||
|
||||
Reference in New Issue
Block a user