From c1a7e83d75a917307320acfdcb87a5702109e979 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 29 Sep 2015 10:38:34 +0200 Subject: multiplexing work with socket.io 1.0+ #1281 #1276 --- plugin/multiplex/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/multiplex/client.js') diff --git a/plugin/multiplex/client.js b/plugin/multiplex/client.js index e6179f6..3ffd1e0 100644 --- a/plugin/multiplex/client.js +++ b/plugin/multiplex/client.js @@ -8,6 +8,6 @@ if (data.socketId !== socketId) { return; } if( window.location.host === 'localhost:1947' ) return; - Reveal.slide(data.indexh, data.indexv, data.indexf, 'remote'); + Reveal.setState(data.state); }); }()); -- cgit v1.2.3