1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-09-21 15:45:56 -04:00

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

View File

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