speaker notes work with socket.io 1.0 #1375

This commit is contained in:
Hakim El Hattab 2015-09-29 10:07:21 +02:00
parent 5117048a5b
commit b16bc6fc2e
3 changed files with 21 additions and 19 deletions

View file

@ -41,7 +41,7 @@
}
// When a new notes window connects, post our current state
socket.on( 'connect', function( data ) {
socket.on( 'new-subscriber', function( data ) {
post();
} );