Browse Source

update comment

master
Hakim El Hattab 11 years ago
parent
commit
c28e023c32
  1. 3
      plugin/multiplex/master.js

3
plugin/multiplex/master.js

@ -1,6 +1,7 @@
(function() { (function() {
// don't emit events from inside the previews themselves // Don't emit events from inside of notes windows
if ( window.location.search.match( /receiver/gi ) ) { return; } if ( window.location.search.match( /receiver/gi ) ) { return; }
var multiplex = Reveal.getConfig().multiplex; var multiplex = Reveal.getConfig().multiplex;
var socket = io.connect(multiplex.url); var socket = io.connect(multiplex.url);

Loading…
Cancel
Save