1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 20:31:28 +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:
Andrew Dolgov
2020-02-28 08:03:25 +03:00
parent bdb1e475e7
commit 4e74da590e
4 changed files with 23 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ class Af_Readability extends Plugin {
function hook_article_button($line) {
return "<i class='material-icons' onclick=\"Plugins.Af_Readability.embed(".$line["id"].")\"
style='cursor : pointer' title='".__('Get full article text')."'>description</i>";
style='cursor : pointer' title='".__('Toggle full article text')."'>description</i>";
}
function hook_prefs_tab($args) {