diff --git a/index.php b/index.php index 7c8230273..f79621977 100644 --- a/index.php +++ b/index.php @@ -233,9 +233,7 @@
- -
- +
@@ -261,10 +259,8 @@ -
- diff --git a/js/tt-rss.js b/js/tt-rss.js index cb7c0ab2d..6c921c258 100644 --- a/js/tt-rss.js +++ b/js/tt-rss.js @@ -480,8 +480,13 @@ function init() { new Ajax.Request("backend.php", { parameters: query, onComplete: function(transport) { - window.location.reload(); - } }); + setInitParam("combined_display_mode", + !getInitParam("combined_display_mode")); + + closeArticlePanel(); + viewCurrentFeed(); + + } }); }; hotkey_actions["toggle_cdm_expanded"] = function() { notify_progress("Loading, please wait...");