mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 17:09:14 +00:00
plugins/note: allow editing note by clicking on it
This commit is contained in:
@@ -15,6 +15,9 @@ class Note extends Plugin {
|
||||
return file_get_contents(__DIR__ . "/note.js");
|
||||
}
|
||||
|
||||
function get_css() {
|
||||
return file_get_contents(__DIR__ . "/note.css");
|
||||
}
|
||||
|
||||
function hook_article_button($line) {
|
||||
return "<i class='material-icons' onclick=\"Plugins.Note.edit(".$line["id"].")\"
|
||||
|
||||
Reference in New Issue
Block a user