1
Fork 0

Add missing backline

This commit is contained in:
Guillaume Gomez 2019-12-02 11:25:27 +01:00
parent 852079fbf2
commit 2d0f0ca25b

View file

@ -869,7 +869,7 @@ themePicker.onblur = handleThemeButtonsBlur;
v.push_str(&all_indexes.join("\n"));
// "addSearchOptions" has to be called first so the crate filtering can be set before the
// search might start (if it's set into the URL for example).
v.push_str("addSearchOptions(searchIndex);initSearch(searchIndex);");
v.push_str("\naddSearchOptions(searchIndex);initSearch(searchIndex);");
cx.shared.fs.write(&dst, &v)?;
}
if options.enable_index_page {