diff options
author | Rory Hardy <gneatgeek@gmail.com> | 2013-08-07 22:06:41 -0500 |
---|---|---|
committer | Rory Hardy <gneatgeek@gmail.com> | 2013-08-07 22:06:41 -0500 |
commit | 0a78486b22ff904c6bf5c54efcb726da38974cdd (patch) | |
tree | 05883e2a981a57d13b02af6a2ddb5aff383b204f /index.html | |
parent | 1e1919274c4c9e3baa0fa2c3424b3aedd470ed34 (diff) | |
download | fosdem-2018-presentation-0a78486b22ff904c6bf5c54efcb726da38974cdd.tar fosdem-2018-presentation-0a78486b22ff904c6bf5c54efcb726da38974cdd.tar.gz |
Update index.html
Commented out leap plugin inclusion.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -370,8 +370,8 @@ function linkify( selector ) { { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }, { src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } }, - { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }, - { src: 'plugin/leap/leap.js', async: true } + { src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } } + // { src: 'plugin/leap/leap.js', async: true } // { src: 'plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } } // { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } ] |