fix incorrect directory reference
This commit is contained in:
parent
afd10f6886
commit
aaa03dc2c7
2 changed files with 2 additions and 1 deletions
|
@ -321,6 +321,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' );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue