1
0
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:
Hakim El Hattab
2012-07-01 16:56:06 -04:00
parent 9608ac9d2d
commit acbefa1190
4 changed files with 6 additions and 6 deletions

View File

@@ -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;