More CSS, websockets authorized origins

This commit is contained in:
Mysaa Java
2026-08-30 15:28:42 +02:00
parent 142d08cc28
commit a52a800f4a
6 changed files with 140 additions and 56 deletions
+2
View File
@@ -107,6 +107,7 @@ function selectPlayer(e) {
$('#player-selector').hide()
$('#game-panel').show()
$('#side-panel').show()
$.ajax({
contentType: 'application/json',
type: "GET",
@@ -187,4 +188,5 @@ function initialize() {
roomId = getRoomId()
$('#game-panel').hide()
$('#side-panel').hide()
}