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

make toggling combined mode work without reload

This commit is contained in:
Andrew Dolgov
2013-03-30 19:55:52 +04:00
parent 583dbc5695
commit 22af123269
2 changed files with 8 additions and 7 deletions

View File

@@ -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...");