summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab2013-08-08 10:22:38 -0400
committerHakim El Hattab2013-08-08 10:23:02 -0400
commite135f136c1d2ccc10d970b8e47dfe8cf55afc9f5 (patch)
tree6a7aa8ff2c084198f4f638464194315e2fd44bf8 /index.html
parentfe90f2b8c7eb35ae0aae7741e4c687e016740508 (diff)
parentb2c6ccc91205ef1b6e2a6ddc720458af443f0b84 (diff)
merge in leap plugin #554
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; } }
]