More CSS, websockets authorized origins
This commit is contained in:
@@ -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()
|
||||
}
|
||||
Reference in New Issue
Block a user