fix: save the expansion state of the tree again
parent
8fd0520dc0
commit
f221bbdcff
|
@ -61,6 +61,7 @@ def navbar : BaseHtmlM Html := do
|
|||
<head>
|
||||
[←baseHtmlHeadDeclarations]
|
||||
|
||||
<script type="module" src={s!"{←getRoot}nav.js"}></script>
|
||||
<base target="_parent" />
|
||||
</head>
|
||||
|
||||
|
|
|
@ -32,7 +32,6 @@ def baseHtmlGenerator (title : String) (site : Array Html) : BaseHtmlM Html := d
|
|||
|
||||
<script>{s!"const SITE_ROOT={String.quote (←getRoot)};"}</script>
|
||||
[moduleConstant]
|
||||
<script type="module" src={s!"{←getRoot}nav.js"}></script>
|
||||
<script type="module" src={s!"{←getRoot}search.js"}></script>
|
||||
<script type="module" src={s!"{←getRoot}how-about.js"}></script>
|
||||
<script type="module" src={s!"{←getRoot}instances.js"}></script>
|
||||
|
|
Loading…
Reference in New Issue