Fix bug
This commit is contained in:
parent
e486ebd2d5
commit
0be01da629
@ -44,7 +44,7 @@
|
|||||||
* VARIABLES
|
* VARIABLES
|
||||||
*/
|
*/
|
||||||
const SALA_CHAT = 'python';
|
const SALA_CHAT = 'python';
|
||||||
const CHAT_SOCKET = new WebSocket('ws://localhost:8000/ws/chat/' + SALA_CHAT);
|
const CHAT_SOCKET = new WebSocket('ws://localhost:8000/ws/chat/' + SALA_CHAT + '/');
|
||||||
const CAMPO_NOMBRE = document.querySelector('#nombre');
|
const CAMPO_NOMBRE = document.querySelector('#nombre');
|
||||||
const MENSAJES = document.querySelector('#mensajes');
|
const MENSAJES = document.querySelector('#mensajes');
|
||||||
const CAMPO_TEXTO = document.querySelector('#texto');
|
const CAMPO_TEXTO = document.querySelector('#texto');
|
||||||
|
Loading…
Reference in New Issue
Block a user