mirror of
https://github.com/ysoftdevs/cloud-workshop.git
synced 2026-03-20 00:04:20 +01:00
finalize simple game
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
/* global $ */
|
||||
function buttonClickHandler(event) {
|
||||
alert("Clicked: " + event.target.textContent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user