summaryrefslogtreecommitdiffstats
path: root/webapp/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/app/templates')
-rw-r--r--webapp/app/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/app/templates/index.html b/webapp/app/templates/index.html
index b0d9bb3..d4d1853 100644
--- a/webapp/app/templates/index.html
+++ b/webapp/app/templates/index.html
@@ -43,6 +43,8 @@
socket.on('disconnect', function() {
console.log('disconnected');
});
+
+ socket.emit('ready');
});
</script>