From aaa03dc2c79bf4101c5eb7c4903fe157c6ec6278 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 9 Jul 2012 21:20:59 -0400 Subject: fix incorrect directory reference --- index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'index.html') diff --git a/index.html b/index.html index 4c62b48..088cad0 100644 --- a/index.html +++ b/index.html @@ -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' ); } -- cgit v1.2.3