From 9b59ec502e4a801fedd27f37b474f3ecf00b7954 Mon Sep 17 00:00:00 2001 From: Franzz Date: Fri, 27 Mar 2020 18:15:32 +0100 Subject: [PATCH] Fix feed panel display on mobile --- masks/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')