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