aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 16:56:06 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 16:56:06 -0400
commitacbefa1190f263942f83b8be33bd909ef45e2f7c (patch)
tree93a981d72bf704bca8b17f257ea32c2caf4086b6 /js
parent9608ac9d2dbe7ef4161d64c88865290ccaca6c30 (diff)
downloadperl-software-in-gnu-guix-acbefa1190f263942f83b8be33bd909ef45e2f7c.tar
perl-software-in-gnu-guix-acbefa1190f263942f83b8be33bd909ef45e2f7c.tar.gz
tweaks to slidenotes
Diffstat (limited to 'js')
-rw-r--r--js/reveal.slidenotes.js2
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;