speaker notes work with socket.io 1.0 #1375
This commit is contained in:
@@ -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();
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user