aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRory Hardy <rory.cronin-hardy@cerner.com>2013-08-06 00:11:58 -0500
committerRory Hardy <rory.cronin-hardy@cerner.com>2013-08-06 00:11:58 -0500
commit1d895bad612c218f125c43b8195ab475be625bf0 (patch)
tree4f60a2356bba499820be387d42c702de37b86a43 /index.html
parent36a4f56f6253db7d2624686909979f97690776f4 (diff)
downloadfreenode-live-2017-presentation-1d895bad612c218f125c43b8195ab475be625bf0.tar
freenode-live-2017-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.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 9ee0941..fab2780 100644
--- a/index.html
+++ b/index.html
@@ -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; } }
]