diff options
author | Rory Hardy | 2013-08-07 21:53:31 -0500 |
---|---|---|
committer | Rory Hardy | 2013-08-07 21:53:31 -0500 |
commit | bd543e5ceec87927ea8be959bddcf8bc3c4a4b7d (patch) | |
tree | 072036c741cb5e42489a19fcdbb863e58c2a6576 /index.html | |
parent | 1d895bad612c218f125c43b8195ab475be625bf0 (diff) |
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.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } } ] |