summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorChris Lawrence2013-08-19 01:04:34 -0400
committerChris Lawrence2013-08-19 01:04:34 -0400
commitf84e025d38be24d7800d51bb8b117570c10568c2 (patch)
treeb625e2300f76b094f2d7b692b9b4148352be3a76 /index.html
parent4874b13f916c5683cbcaefcf127f548413ec3043 (diff)
parentcb26ff62112df74beb6ade2b4d3721d965f09c5d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index fab2780..8df38ed 100644
--- a/index.html
+++ b/index.html
@@ -371,6 +371,7 @@ function linkify( selector ) {
{ 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/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]