We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee55a0d commit 0115123Copy full SHA for 0115123
Project.toml
@@ -1,7 +1,7 @@
1
name = "MultiDocumenter"
2
uuid = "87ed4bf0-c935-4a67-83c3-2a03bee4197c"
3
authors = ["Sebastian Pfitzner <[email protected]> and contributors"]
4
-version = "0.5.0"
+version = "0.5.1"
5
6
[deps]
7
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
src/MultiDocumenter.jl
@@ -325,7 +325,7 @@ function inject_styles_and_global_navigation(
325
stylesheet.parent = el
326
push!(el.children, stylesheet)
327
end
328
- for script in scripts
+ for script in reverse!(scripts)
329
script.parent = el
330
pushfirst!(el.children, script)
331
0 commit comments