tweaks to slidenotes
This commit is contained in:
parent
9608ac9d2d
commit
acbefa1190
4 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
var socket = io.connect(window.location.origin);
|
||||
var socketId = Math.random().toString().slice(2);
|
||||
console.log('View slide notes at ' + window.location.origin + '/_notes/' + socketId);
|
||||
console.log('View slide notes at ' + window.location.origin + '/notes/' + socketId);
|
||||
|
||||
Reveal.addEventListener( 'slidechanged', function( event ) {
|
||||
var nextindexh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue