From b16bc6fc2e948dedf597004fb99e69d4042daa47 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 29 Sep 2015 10:07:21 +0200 Subject: speaker notes work with socket.io 1.0 #1375 --- plugin/notes-server/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/notes-server/client.js') diff --git a/plugin/notes-server/client.js b/plugin/notes-server/client.js index 628586f..719b495 100644 --- a/plugin/notes-server/client.js +++ b/plugin/notes-server/client.js @@ -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(); } ); -- cgit v1.2.3