mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
fba8492e78
Former-commit-id: 5a3f626ba0fbcf10be979b5a800eba51e88602cd
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
console.log("example");
|
|
|
|
function onClick() {
|
|
window.alert("button clicked");
|
|
} |