diff options
| author | Aaron Perley <aaron.perley@gmail.com> | 2016-10-11 02:03:49 -0400 |
|---|---|---|
| committer | Aaron Perley <aaron.perley@gmail.com> | 2016-10-11 02:03:49 -0400 |
| commit | 2d37dd487f0571ce94a0e4e966931dd6697d685f (patch) | |
| tree | 3a55e17552c4c5cb2a26f23c4613d0d7ca0dce28 /webapp/app/templates | |
| parent | 198dcfc6f43724a3240496259e2bcda8b6bf6e8d (diff) | |
| download | bridge-2d37dd487f0571ce94a0e4e966931dd6697d685f.tar.zst | |
Add event passing between webapp and show
Diffstat (limited to 'webapp/app/templates')
| -rw-r--r-- | webapp/app/templates/index.html | 2 |
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> |
