Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Sep 15, 2013
1 parent ba20df4 commit c28e023
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/multiplex/master.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(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; }

var multiplex = Reveal.getConfig().multiplex;

var socket = io.connect(multiplex.url);
Expand Down

0 comments on commit c28e023

Please sign in to comment.