summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab2013-08-20 20:14:22 -0700
committerHakim El Hattab2013-08-20 20:14:22 -0700
commit4164200474e2af27803dc7683054f5443743c8a9 (patch)
tree40dbf6bcb8ef828c060cd39adff0589e6d7822c9 /index.html
parentcb26ff62112df74beb6ade2b4d3721d965f09c5d (diff)
parent2da7c3eacfcd7cc59d9cdee97087b0e2feca625e (diff)
Merge pull request #567 from hakimel/dev
2.5.0
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; } }
]
});