Skip to content

Commit 23937df

Browse files
authored
Merge pull request #40 from torfjelde/torfjelde/fix-39
Fix for #39
2 parents a030360 + 8f7e249 commit 23937df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MultiDocumenter"
22
uuid = "87ed4bf0-c935-4a67-83c3-2a03bee4197c"
33
authors = ["Sebastian Pfitzner <[email protected]> and contributors"]
4-
version = "0.5.2"
4+
version = "0.5.3"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

src/search/flexsearch.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ function generate_index(root, docs, config)
9494
end
9595

9696
function inject_script!(custom_scripts)
97-
pushfirst!(custom_scripts, joinpath("assets", "default", "flexsearch.bundle.js"))
9897
pushfirst!(custom_scripts, joinpath("assets", "default", "flexsearch_integration.js"))
98+
pushfirst!(custom_scripts, joinpath("assets", "default", "flexsearch.bundle.js"))
9999
end
100100

101101
function inject_styles!(custom_styles)

0 commit comments

Comments
 (0)