remove commented out dependencies from index
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 18 Aug 2013 22:13:31 +0000 (18:13 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sun, 18 Aug 2013 22:13:31 +0000 (18:13 -0400)
index.html

index 8df38ed01df12ad6c00982cbd571d86d642a9c5d..4b4edea6c745a2af13bedcf3962e6f426dcd13ef 100644 (file)
@@ -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; } }
                                ]
                        });