Various UI improvements

This commit is contained in:
Samuel Kent
2022-12-28 14:20:19 +11:00
parent 221414aff4
commit fa1874aae4
9 changed files with 110 additions and 30 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
<!-- <script src="https:/socket.io/socket.io.js"></script> -->
<script>
$(document).ready(function() {
const okdesuka = new Audio('Okdesuka.wav');
const okSsuka = new Audio('OkSsuka.wav');
$("#userName").change(function() {
okdesuka.play();
okSsuka.play();
$("#playerLink").attr("href", "/play?user="+this.value+"&team=Players");
$("#playerLink").html("Players");