summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab2013-08-08 10:34:22 -0700
committerHakim El Hattab2013-08-08 10:34:22 -0700
commit8c1923b4a3917db6e8889f436dd28cf7da2f8825 (patch)
tree4df312f5459e0c56dcd91ed293b6d36e40a5211d /index.html
parent7d19b4f7ce2ab3fd7880d0f60b1c147d44808f0c (diff)
parentb2c6ccc91205ef1b6e2a6ddc720458af443f0b84 (diff)
Merge pull request #554 from gneatgeek/leapmotion-plugin
Leapmotion plugin
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; } }
]