From 74a5fb949da8783f88e65b0dca1ae8e2108b893c Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 18 Aug 2013 18:13:31 -0400 Subject: [PATCH] remove commented out dependencies from index --- index.html | 3 --- 1 file changed, 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; } } ] });