summaryrefslogtreecommitdiffhomepage
path: root/plugin/multiplex/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/multiplex/client.js')
-rw-r--r--plugin/multiplex/client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/multiplex/client.js b/plugin/multiplex/client.js
index 0e0b39b..e6179f6 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, null, 'remote');
+ Reveal.slide(data.indexh, data.indexv, data.indexf, 'remote');
});
}());