stuff and things
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
this.updateStatus('Connecting...', 'connecting');
|
||||
|
||||
try {
|
||||
this.ws = new WebSocket(wsUrl);
|
||||
this. s = new WebSocket(wsUrl);
|
||||
|
||||
this.ws.onopen = () => {
|
||||
this.updateStatus('Connected', 'connected');
|
||||
|
||||
Reference in New Issue
Block a user