From 41bf063e465866417abe22e8d0f72c6c2fbc95dc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 8 Dec 2018 09:46:48 +0300 Subject: switchPanelMode: allow modifying layout in combined mode so that widescreen status won't be initially lost if starting in cdm --- js/tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tt-rss.js') diff --git a/js/tt-rss.js b/js/tt-rss.js index 2f04fb201..402160e02 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -179,7 +179,7 @@ require(["dojo/_base/kernel", } }, switchPanelMode: function(wide) { - if (App.isCombinedMode()) return; + //if (App.isCombinedMode()) return; const article_id = Article.getActive(); -- cgit v1.2.3