From acbefa1190f263942f83b8be33bd909ef45e2f7c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 1 Jul 2012 16:56:06 -0400 Subject: tweaks to slidenotes --- js/reveal.slidenotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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; -- cgit v1.2.3