diff --git a/include/staff/templates/task-view.tmpl.php b/include/staff/templates/task-view.tmpl.php index 5b03857f0a83d02b6e3ba4739cfd0778ee7d73d5..5c5bdba44965061b1a8a83b7fd6dbff9ad2bf1e6 100644 --- a/include/staff/templates/task-view.tmpl.php +++ b/include/staff/templates/task-view.tmpl.php @@ -665,7 +665,10 @@ $(function() { .slideUp(); } }) - .done(function() { }) + .done(function() { + $('#loading').hide(); + $.toggleOverlay(false); + }) .fail(function() { }); }); <?php