tt-rss/plugins/example/example.js

4 lines
61 B
JavaScript
Raw Normal View History

2012-12-23 13:15:44 +01:00
function example(value) {
alert("Value saved: " + value);
}