mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:25:55 +00:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
function example(value) {
|
|
alert("Value saved: " + value);
|
|
}
|