From a2e021ccdb9d6acfc9cfa92d334430fbc1d1366a Mon Sep 17 00:00:00 2001 From: David Banham Date: Mon, 6 Aug 2012 11:20:08 +1000 Subject: Don't suppress the whole event, just add context metadata --- 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 5e6b556..6fc0d4d 100644 --- a/plugin/multiplex/client.js +++ b/plugin/multiplex/client.js @@ -7,6 +7,6 @@ if (data.socketId !== socketId) { return; } if( window.location.host === 'localhost:1947' ) return; - Reveal.navigateTo(data.indexh, data.indexv, false); + Reveal.navigateTo(data.indexh, data.indexv, 'remote'); }); }()); -- cgit v1.2.3