Browse Source

merge search plugin, adjust styles

Hakim El Hattab 11 years ago
parent
commit
13046a0337
2 changed files with 4 additions and 0 deletions
  1. 1 0
      index.html
  2. 3 0
      plugin/search/search.js

+ 1 - 0
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; } }
 				]
 			});

File diff suppressed because it is too large
+ 3 - 0
plugin/search/search.js


Some files were not shown because too many files changed in this diff