diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.slidenotes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.slidenotes.js b/js/reveal.slidenotes.js index d347301..b686ec9 100644 --- a/js/reveal.slidenotes.js +++ b/js/reveal.slidenotes.js @@ -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; |