Fix no post detection

This commit is contained in:
2019-11-28 10:20:13 +01:00
parent 9d9309c623
commit 80a9364be6

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

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