mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
Article, Headlines: shorten several method names
This commit is contained in:
@@ -21,7 +21,7 @@ class Close_Button extends Plugin {
|
||||
if (!get_pref("COMBINED_DISPLAY_MODE")) {
|
||||
$rv = "<img src=\"plugins/close_button/button.png\"
|
||||
class='tagsPic' style=\"cursor : pointer\"
|
||||
onclick=\"Article.closeArticlePanel()\"
|
||||
onclick=\"Article.close()\"
|
||||
title='".__('Close article')."'>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user