speaker notes work with socket.io 1.0 #1375
This commit is contained in:
parent
5117048a5b
commit
b16bc6fc2e
3 changed files with 21 additions and 19 deletions
|
@ -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();
|
||||
} );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue