Add crate filtering
This commit is contained in:
parent
b76ee83254
commit
dd717deccb
6 changed files with 131 additions and 26 deletions
|
|
@ -983,7 +983,7 @@ themePicker.onblur = handleThemeButtonsBlur;
|
|||
&[(minifier::js::Keyword::Null, "N")]),
|
||||
&dst);
|
||||
}
|
||||
try_err!(writeln!(&mut w, "initSearch(searchIndex);"), &dst);
|
||||
try_err!(writeln!(&mut w, "initSearch(searchIndex);addSearchOptions(searchIndex);"), &dst);
|
||||
|
||||
if options.enable_index_page {
|
||||
if let Some(index_page) = options.index_page.clone() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue