mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-08 07:07:30 +02:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
function example(value) {
|
|
alert("Value saved: " + value);
|
|
}
|