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