reveal.js/plugin/multiplex/master.js in reveal-ck-0.1.7 vs reveal.js/plugin/multiplex/master.js in reveal-ck-0.1.8

- old
+ new

@@ -1,7 +1,8 @@ (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); var notify = function( slideElement, indexh, indexv, origin ) { \ No newline at end of file