mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 14:45:56 +00:00
af_readability: allow get full text button to work as a toggle; in cdm, scroll to article after embedding
This commit is contained in:
@@ -476,7 +476,7 @@ require(["dojo/_base/kernel",
|
||||
this.hotkey_actions["collapse_sidebar"] = function () {
|
||||
Feeds.toggle();
|
||||
};
|
||||
this.hotkey_actions["embed_full_text"] = function () {
|
||||
this.hotkey_actions["toggle_full_text"] = function () {
|
||||
if (typeof Plugins.Af_Readability != "undefined") {
|
||||
if (Article.getActive())
|
||||
Plugins.Af_Readability.embed(Article.getActive());
|
||||
|
||||
Reference in New Issue
Block a user