Skip to content

Commit

Permalink
Merge pull request #40 from torfjelde/torfjelde/fix-39
Browse files Browse the repository at this point in the history
Fix for #39
  • Loading branch information
pfitzseb authored Jan 9, 2023
2 parents a030360 + 8f7e249 commit 23937df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MultiDocumenter"
uuid = "87ed4bf0-c935-4a67-83c3-2a03bee4197c"
authors = ["Sebastian Pfitzner <[email protected]> and contributors"]
version = "0.5.2"
version = "0.5.3"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
2 changes: 1 addition & 1 deletion src/search/flexsearch.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ function generate_index(root, docs, config)
end

function inject_script!(custom_scripts)
pushfirst!(custom_scripts, joinpath("assets", "default", "flexsearch.bundle.js"))
pushfirst!(custom_scripts, joinpath("assets", "default", "flexsearch_integration.js"))
pushfirst!(custom_scripts, joinpath("assets", "default", "flexsearch.bundle.js"))
end

function inject_styles!(custom_styles)
Expand Down

0 comments on commit 23937df

Please sign in to comment.