summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-03 20:49:37 +0300
committerAndrew Dolgov <[email protected]>2018-12-03 20:49:37 +0300
commitd3486b15f962818436c140c475de93a31a27965d (patch)
treed3c92084a21ee5793dc05e4653b19383f4ced40a /js/tt-rss.js
parentd8d3662729a02f0943740046283e28dda7d99a4e (diff)
fix collapse_sidebar hotkey action
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index fc87ae24d..461adc147 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -421,7 +421,7 @@ require(["dojo/_base/kernel",
Filters.quickAddFilter();
};
this.hotkey_actions["collapse_sidebar"] = function () {
- Feeds.reloadCurrent();
+ Feeds.toggle();
};
this.hotkey_actions["toggle_embed_original"] = function () {
if (typeof embedOriginalArticle != "undefined") {