summaryrefslogtreecommitdiff
path: root/cmd/dolmetschctld/web-static
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dolmetschctld/web-static')
-rw-r--r--cmd/dolmetschctld/web-static/socket.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dolmetschctld/web-static/socket.html b/cmd/dolmetschctld/web-static/socket.html
index 0dd88c5..f1156c7 100644
--- a/cmd/dolmetschctld/web-static/socket.html
+++ b/cmd/dolmetschctld/web-static/socket.html
@@ -43,6 +43,7 @@
this.sock_onopen = function() {
this.send({ command: "languages" });
+ this.send({ command: "subscribe" });
$('#buttonstate').removeAttr('disabled','disabled');
$('#buttonlang').removeAttr('disabled','disabled');
}