aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRory Hardy <rory.cronin-hardy@cerner.com>2013-08-07 21:53:31 -0500
committerRory Hardy <rory.cronin-hardy@cerner.com>2013-08-07 21:53:31 -0500
commitbd543e5ceec87927ea8be959bddcf8bc3c4a4b7d (patch)
tree072036c741cb5e42489a19fcdbb863e58c2a6576 /index.html
parent1d895bad612c218f125c43b8195ab475be625bf0 (diff)
downloadfosdem-2018-presentation-bd543e5ceec87927ea8be959bddcf8bc3c4a4b7d.tar
fosdem-2018-presentation-bd543e5ceec87927ea8be959bddcf8bc3c4a4b7d.tar.gz
Various updates
Enhanced the pointer. Cleaned up the code. Added additional optional parameters. Updated documentation. modified: README.md modified: index.html modified: plugin/leap/leap.js
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index fab2780..5aa8dfe 100644
--- a/index.html
+++ b/index.html
@@ -370,7 +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/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; } }
]