mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-17 14:01:19 +02:00
fix collapse_sidebar hotkey action
This commit is contained in:
parent
d8d3662729
commit
d3486b15f9
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user