mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 01:15:47 +01:00
set back to false when loading indicator fades out
This commit is contained in:
@@ -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) {
|
||||||
|
|
||||||
|
indicatorEl.fadeOut(function() {
|
||||||
infiniteLoaderActive = false;
|
infiniteLoaderActive = false;
|
||||||
indicatorEl.fadeOut();
|
});
|
||||||
|
|
||||||
if(err) {
|
if(err) {
|
||||||
return app.alertError(err.message);
|
return app.alertError(err.message);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user