Skip to content
Snippets Groups Projects
Commit a47ef01d authored by Jared Hancock's avatar Jared Hancock
Browse files

pjax: Always remove frost and loading bar

parent 8988fa23
No related branches found
No related tags found
No related merge requests found
......@@ -652,7 +652,7 @@ $(document).on('pjax:start', function() {
$('#overlay').css('background-color','white').fadeIn();
}
});
$(document).on('pjax:complete', function() {
$(document).on('pjax:end', function() {
// right
$("#loadingbar").width("101%").delay(200).fadeOut(400, function() {
$(this).remove();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment