0.0.165
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
{#var user_id = {{ user.id }}#}
|
||||
ws_url = `ws://{% get_ws_address %}/ws/socket-server/?user_id={{ user.id }}`;
|
||||
const chatSocket = new WebSocket(ws_url);
|
||||
let chatSocket = new WebSocket(ws_url);
|
||||
const beep = new Audio('/static/sounds/beep_2.mp3')
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user