ttrss/plugins/example/example.js

4 lines
61 B
JavaScript
Raw Normal View History

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