aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-09-15 11:52:40 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-09-15 11:52:40 -0400
commitc28e023c32c8946c7a4e21a8397890224fd58cee (patch)
tree332d0f5d43e0609d84ef4a7bc8290a8414b7cf7c
parentba20df4db9b510c115f0134933fc2eff77fb6c4f (diff)
downloadfosdem-2018-presentation-c28e023c32c8946c7a4e21a8397890224fd58cee.tar
fosdem-2018-presentation-c28e023c32c8946c7a4e21a8397890224fd58cee.tar.gz
update comment
-rw-r--r--plugin/multiplex/master.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/multiplex/master.js b/plugin/multiplex/master.js
index deb39cd..b6a7eb7 100644
--- a/plugin/multiplex/master.js
+++ b/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);