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, tid: tid,
after: after after: after
}, function (err, data) { }, function (err, data) {
infiniteLoaderActive = false;
indicatorEl.fadeOut(); indicatorEl.fadeOut(function() {
infiniteLoaderActive = false;
});
if(err) { if(err) {
return app.alertError(err.message); return app.alertError(err.message);
} }

Loading…
Cancel
Save