aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorChris Lawrence2013-08-26 02:25:38 -0400
committerChris Lawrence2013-08-26 02:25:38 -0400
commitd8fb09fb64aa238a2fecafadb3839b8491f919b5 (patch)
tree78012bb06d34f076cbf32c68974cd786f6f20cb4 /index.html
parentf84e025d38be24d7800d51bb8b117570c10568c2 (diff)
parentd62093c228f13ed10a21eb7055872b97c9f2ef78 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/index.html b/index.html
index 8df38ed..4b4edea 100644
--- a/index.html
+++ b/index.html
@@ -371,9 +371,6 @@ 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; } }
]
});