little fix
This commit is contained in:
parent
a790cb462a
commit
390dc5ae1f
@ -446,6 +446,7 @@ class WebsocketConnection
|
|||||||
{
|
{
|
||||||
this.openmatches[key].remove_match();
|
this.openmatches[key].remove_match();
|
||||||
}
|
}
|
||||||
|
this.openmatches = {};
|
||||||
this.status_label.innerHTML = "logged out";
|
this.status_label.innerHTML = "logged out";
|
||||||
this.closed_by_user = true;
|
this.closed_by_user = true;
|
||||||
this.socket.close();
|
this.socket.close();
|
||||||
|
Loading…
Reference in New Issue
Block a user