From 4e74da590ee935c2187dd02f6c2b312680065f13 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 28 Feb 2020 08:03:25 +0300 Subject: af_readability: allow get full text button to work as a toggle; in cdm, scroll to article after embedding --- plugins/af_readability/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/af_readability/init.php') diff --git a/plugins/af_readability/init.php b/plugins/af_readability/init.php index ef7809d3f..9c62a4772 100755 --- a/plugins/af_readability/init.php +++ b/plugins/af_readability/init.php @@ -53,7 +53,7 @@ class Af_Readability extends Plugin { function hook_article_button($line) { return "description"; + style='cursor : pointer' title='".__('Toggle full article text')."'>description"; } function hook_prefs_tab($args) { -- cgit v1.2.3