diff options
author | Hakim El Hattab | 2012-07-09 21:20:59 -0400 |
---|---|---|
committer | Hakim El Hattab | 2012-07-09 21:20:59 -0400 |
commit | aaa03dc2c79bf4101c5eb7c4903fe157c6ec6278 (patch) | |
tree | 3f43b5c4895acca32a06f75c413fa13d272a5061 /index.html | |
parent | afd10f68865b74e84fe1848df1f2a0cb88e91428 (diff) |
fix incorrect directory reference
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 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' ); } |