fix collapse_sidebar hotkey action
This commit is contained in:
parent
d8d3662729
commit
d3486b15f9
|
@ -421,7 +421,7 @@ require(["dojo/_base/kernel",
|
||||||
Filters.quickAddFilter();
|
Filters.quickAddFilter();
|
||||||
};
|
};
|
||||||
this.hotkey_actions["collapse_sidebar"] = function () {
|
this.hotkey_actions["collapse_sidebar"] = function () {
|
||||||
Feeds.reloadCurrent();
|
Feeds.toggle();
|
||||||
};
|
};
|
||||||
this.hotkey_actions["toggle_embed_original"] = function () {
|
this.hotkey_actions["toggle_embed_original"] = function () {
|
||||||
if (typeof embedOriginalArticle != "undefined") {
|
if (typeof embedOriginalArticle != "undefined") {
|
||||||
|
|
Loading…
Reference in New Issue