aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 19:48:30 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-03-08 19:48:30 -0500
commit13046a0337a3e5d8359cd2d8e01426683ea7bcc1 (patch)
tree3c289e2aec9f462b10f4f1f9fd87d32a572e53e6 /index.html
parente0e98a2275e6cf0d6a03b4e2fc9fc9e1cfff6f7d (diff)
downloadfreenode-live-2017-presentation-13046a0337a3e5d8359cd2d8e01426683ea7bcc1.tar
freenode-live-2017-presentation-13046a0337a3e5d8359cd2d8e01426683ea7bcc1.tar.gz
merge search plugin, adjust styles
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 bc2f360..a226ad7 100644
--- a/index.html
+++ b/index.html
@@ -367,6 +367,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/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});