Explorar o código

update comment

Hakim El Hattab %!s(int64=11) %!d(string=hai) anos
pai
achega
c28e023c32
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      plugin/multiplex/master.js

+ 2 - 1
plugin/multiplex/master.js

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