diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 11:52:40 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-09-15 11:52:40 -0400 |
commit | c28e023c32c8946c7a4e21a8397890224fd58cee (patch) | |
tree | 332d0f5d43e0609d84ef4a7bc8290a8414b7cf7c /plugin/multiplex | |
parent | ba20df4db9b510c115f0134933fc2eff77fb6c4f (diff) | |
download | perl-software-in-gnu-guix-c28e023c32c8946c7a4e21a8397890224fd58cee.tar perl-software-in-gnu-guix-c28e023c32c8946c7a4e21a8397890224fd58cee.tar.gz |
update comment
Diffstat (limited to 'plugin/multiplex')
-rw-r--r-- | plugin/multiplex/master.js | 3 |
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); |