Change name of chat scope to "chat"

This commit is contained in:
Tony Garnock-Jones 2019-05-16 22:30:39 +01:00
parent aefc45632b
commit 7a9eed8f0d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ spawn {
const ui = new UI.Anchor();
during UI.UIChangeableProperty('#wsurl', 'value', $url) {
const addr = WSServer(url, "local");
const addr = WSServer(url, "chat");
during ServerConnected(addr) {
on start outputItem(<span class="connected">connected to {addr}</span>,
'state_connected');