diff options
author | Jono Warren <jonathan_warren@bcl.co.uk> | 2012-09-03 09:32:31 +0100 |
---|---|---|
committer | Jono Warren <jonathan_warren@bcl.co.uk> | 2012-09-03 09:32:31 +0100 |
commit | 8e48bd21b016b0b51d4279479b114ad044273737 (patch) | |
tree | 69d1b7dd7e24fb0134571a17690e410d9257fed0 /index.html | |
parent | c411c4d5d292dc837eb7ff5be316582f44ea0e2b (diff) | |
download | fosdem-2018-presentation-8e48bd21b016b0b51d4279479b114ad044273737.tar fosdem-2018-presentation-8e48bd21b016b0b51d4279479b114ad044273737.tar.gz |
Fix Socket.IO URL
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'; } }, ] }); |