Fix no post detection

This commit is contained in:
2019-11-28 10:20:13 +01:00
parent 2a4fa8b2d0
commit d86fcfecda

2
masks/project.html Executable file → Normal file
View File

@@ -445,7 +445,7 @@ function updateFeed(bFirstChunk, bDiscrete) {
self.tmp('updatable', true);
if(bFirstChunk && !asData.length) toggleFeedPanel(false);
if(bFirstChunk && $.isEmptyObject(asData)) toggleFeedPanel(false);
}, {
'project_id': self.vars(['project', 'id']),
'chunk': self.tmp('news_chunk')