summaryrefslogtreecommitdiffstats
path: root/webapp/app/templates
diff options
context:
space:
mode:
authorAaron Perley <aaron.perley@gmail.com>2016-10-11 02:03:49 -0400
committerAaron Perley <aaron.perley@gmail.com>2016-10-11 02:03:49 -0400
commit2d37dd487f0571ce94a0e4e966931dd6697d685f (patch)
tree3a55e17552c4c5cb2a26f23c4613d0d7ca0dce28 /webapp/app/templates
parent198dcfc6f43724a3240496259e2bcda8b6bf6e8d (diff)
downloadbridge-2d37dd487f0571ce94a0e4e966931dd6697d685f.tar.zst
Add event passing between webapp and show
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>