tt-rss/plugins/example/example.js
2012-12-23 16:15:44 +04:00

3 lines
61 B
JavaScript

function example(value) {
alert("Value saved: " + value);
}