aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-08-18 18:13:31 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-08-18 18:13:31 -0400
commit74a5fb949da8783f88e65b0dca1ae8e2108b893c (patch)
treeeb48879719ec4e667752b360246b7d46cc6c720d /index.html
parent0748b683350b2bd633090f51a8e97b154671d2c8 (diff)
downloadfreenode-live-2017-presentation-74a5fb949da8783f88e65b0dca1ae8e2108b893c.tar
freenode-live-2017-presentation-74a5fb949da8783f88e65b0dca1ae8e2108b893c.tar.gz
remove commented out dependencies from index
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 0 insertions, 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; } }
]
});