1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:15:56 +00:00

switchPanelMode: allow modifying layout in combined mode so that widescreen status won't be initially lost if starting in cdm

This commit is contained in:
Andrew Dolgov
2018-12-08 09:46:48 +03:00
parent bd66a9ef28
commit 41bf063e46

View File

@@ -179,7 +179,7 @@ require(["dojo/_base/kernel",
} }
}, },
switchPanelMode: function(wide) { switchPanelMode: function(wide) {
if (App.isCombinedMode()) return; //if (App.isCombinedMode()) return;
const article_id = Article.getActive(); const article_id = Article.getActive();