diff options
author | Rory Hardy <rory.cronin-hardy@cerner.com> | 2013-08-06 00:11:58 -0500 |
---|---|---|
committer | Rory Hardy <rory.cronin-hardy@cerner.com> | 2013-08-06 00:11:58 -0500 |
commit | 1d895bad612c218f125c43b8195ab475be625bf0 (patch) | |
tree | 4f60a2356bba499820be387d42c702de37b86a43 /index.html | |
parent | 36a4f56f6253db7d2624686909979f97690776f4 (diff) | |
download | fosdem-2018-presentation-1d895bad612c218f125c43b8195ab475be625bf0.tar fosdem-2018-presentation-1d895bad612c218f125c43b8195ab475be625bf0.tar.gz |
Docs and updates
Updated README.md to mention the leap plugin.
Removed leap settings from index.html.
Better variable naming in leap.js
modified: README.md
modified: index.html
modified: plugin/leap/leap.js
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -370,8 +370,7 @@ 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/search/search.js', async: true, condition: function() { return !!document.body.classList; } } // { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } } ] |