set back to false when loading indicator fades out

v1.18.x
Baris Soner Usakli 11 years ago
parent 6a824a2e10
commit 30130b2d62

@ -1292,8 +1292,11 @@ define(['composer', 'forum/pagination'], function(composer, pagination) {
tid: tid,
after: after
}, function (err, data) {
infiniteLoaderActive = false;
indicatorEl.fadeOut();
indicatorEl.fadeOut(function() {
infiniteLoaderActive = false;
});
if(err) {
return app.alertError(err.message);
}

Loading…
Cancel
Save