slidenotes becomes speakernotes to match wording in readme

This commit is contained in:
Hakim El Hattab
2012-07-09 21:30:54 -04:00
parent 21983c7b7f
commit 54f1fcf381
5 changed files with 6 additions and 6 deletions

View File

@ -323,7 +323,7 @@ linkify( 'a' );
// If we're runnning the notes server we need to include some additional JS
// TODO Is there a better way to determine if we're running the notes server?
if( window.location.host === 'localhost:1947' ) {
head.js( 'socket.io/socket.io.js', 'plugin/slidenotes/client.js' );
head.js( 'socket.io/socket.io.js', 'plugin/speakernotes/client.js' );
}
</script>