mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
function onClick() {
|
|
say("hi");
|
|
}
|
|
|
|
function say(text) {
|
|
alert(text);
|
|
} |