We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21f27bd + 77d338f commit 884ecc6Copy full SHA for 884ecc6
plugin/speakernotes/client.js
@@ -5,7 +5,7 @@
5
var socket = io.connect(window.location.origin);
6
var socketId = Math.random().toString().slice(2);
7
8
- console.log('View slide notes at ' + window.location.origin + '/notes/' + socketId);
+ window.open(window.location.origin + '/notes/' + socketId, 'notes-' + socketId)
9
10
Reveal.addEventListener( 'slidechanged', function( event ) {
11
var nextindexh;
0 commit comments