diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-09-03 07:56:58 -0700 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-09-03 07:56:58 -0700 |
commit | 6a54cf04d0a7389f3c265151c48c6e4b70e81d6e (patch) | |
tree | 1aeb4dbc84faa6e19064769be413a20f76fdfdbc /index.html | |
parent | c411c4d5d292dc837eb7ff5be316582f44ea0e2b (diff) | |
parent | abede2c2f0f6524a0ca28453e584af5660981e55 (diff) | |
download | fosdem-2018-presentation-6a54cf04d0a7389f3c265151c48c6e4b70e81d6e.tar fosdem-2018-presentation-6a54cf04d0a7389f3c265151c48c6e4b70e81d6e.tar.gz |
Merge pull request #132 from nmec/master
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'; } }, ] }); |