But don't leave indicator hanging around on 'back'

This commit is contained in:
Jason McBrayer 2018-10-14 20:22:32 -04:00
parent 0fd520b78b
commit c52307fc9d
1 changed files with 1 additions and 0 deletions

View File

@ -161,4 +161,5 @@ function animateLinks(selector)
return true;
});
});
$('#page-load-indicator').fadeOut();
}