1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 09:55:54 +00:00

add example plugin

This commit is contained in:
Andrew Dolgov
2012-12-23 16:15:44 +04:00
parent 6065f3ad63
commit b9546011d6
2 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
function example(value) {
alert("Value saved: " + value);
}