From: Rory Hardy Date: Thu, 8 Aug 2013 03:06:41 +0000 (-0500) Subject: Update index.html X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0a78486b22ff904c6bf5c54efcb726da38974cdd;p=reveal.js.git Update index.html Commented out leap plugin inclusion. --- diff --git a/index.html b/index.html index 5aa8dfe..8df38ed 100644 --- a/index.html +++ b/index.html @@ -370,8 +370,8 @@ function linkify( selector ) { { src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, { 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/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; } } ]