update comment

This commit is contained in:
Hakim El Hattab 2013-09-15 11:52:40 -04:00
parent ba20df4db9
commit c28e023c32
1 changed files with 2 additions and 1 deletions

View File

@ -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);