mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-10 13:09:15 +00:00
remove some plugin JS code out of global context
This commit is contained in:
@@ -24,7 +24,7 @@ class Note extends Plugin {
|
||||
function hook_article_button($line) {
|
||||
return "<img src=\"plugins/note/note.png\"
|
||||
style=\"cursor : pointer\" style=\"cursor : pointer\"
|
||||
onclick=\"editArticleNote(".$line["id"].")\"
|
||||
onclick=\"Plugins.Note.edit(".$line["id"].")\"
|
||||
class='tagsPic' title='".__('Edit article note')."'>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user