aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJono Warren <jonathan_warren@bcl.co.uk>2012-09-03 09:32:31 +0100
committerJono Warren <jonathan_warren@bcl.co.uk>2012-09-03 09:32:31 +0100
commit8e48bd21b016b0b51d4279479b114ad044273737 (patch)
tree69d1b7dd7e24fb0134571a17690e410d9257fed0 /index.html
parentc411c4d5d292dc837eb7ff5be316582f44ea0e2b (diff)
downloadfreenode-live-2017-presentation-8e48bd21b016b0b51d4279479b114ad044273737.tar
freenode-live-2017-presentation-8e48bd21b016b0b51d4279479b114ad044273737.tar.gz
Fix Socket.IO URL
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 81d0b7e..89db091 100644
--- a/index.html
+++ b/index.html
@@ -319,7 +319,7 @@ function linkify( selector ) {
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'lib/js/showdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'lib/js/data-markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
- { src: 'socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
+ { src: '/socket.io/socket.io.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
{ src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } },
]
});