projects
/
reveal.js.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba20df4
)
update comment
author
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sun, 15 Sep 2013 15:52:40 +0000
(11:52 -0400)
committer
Hakim El Hattab
<hakim.elhattab@gmail.com>
Sun, 15 Sep 2013 15:52:40 +0000
(11:52 -0400)
plugin/multiplex/master.js
patch
|
blob
|
history
diff --git
a/plugin/multiplex/master.js
b/plugin/multiplex/master.js
index deb39cd88f6446e2440bca1ce4e5fcd8804f6d2d..b6a7eb7dc8fb6596194347e43581b24f17b8e4fc 100644
(file)
--- a/
plugin/multiplex/master.js
+++ b/
plugin/multiplex/master.js
@@
-1,6
+1,7
@@
(function() {
- //
don't emit events from inside the previews themselve
s
+ //
Don't emit events from inside of notes window
s
if ( window.location.search.match( /receiver/gi ) ) { return; }
+
var multiplex = Reveal.getConfig().multiplex;
var socket = io.connect(multiplex.url);