diff --git a/masks/project.html b/masks/project.html index cb5aed3..ca0c6db 100644 --- a/masks/project.html +++ b/masks/project.html @@ -498,7 +498,7 @@ function updateFeed(bFirstChunk, bDiscrete) { self.tmp('updatable', true); - if(bFirstChunk) toggleFeedPanel(!$.isEmptyObject(asData), false); + if(bFirstChunk && !self.tmp('mobile') && !$.isEmptyObject(asData)) toggleFeedPanel(true, false); }, { 'project_id': self.vars(['project', 'id']), 'chunk': self.tmp('news_chunk')