Skip to content
Snippets Groups Projects
Unverified Commit 15009b4c authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4660 from JediKev/issue/hide-task-loading-overlay

issue: Hide Task Loading Overlay
parents 928cd76e 786653ef
Branches
Tags
No related merge requests found
...@@ -665,7 +665,10 @@ $(function() { ...@@ -665,7 +665,10 @@ $(function() {
.slideUp(); .slideUp();
} }
}) })
.done(function() { }) .done(function() {
$('#loading').hide();
$.toggleOverlay(false);
})
.fail(function() { }); .fail(function() { });
}); });
<?php <?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment