mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-07 23:26:57 +02:00
tweaks to slidenotes
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user