Skip to content

Commit

Permalink
Fix: tab-pane, persistence of language: change load order of .js-scripts
Browse files Browse the repository at this point in the history
Fix for #1232
  • Loading branch information
deining authored and geriom committed Sep 12, 2022
1 parent c83a0ec commit 5a909a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layouts/partials/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<script src="https://cdn.jsdelivr.net/npm/markmap-autoloader"></script>
{{ end -}}

<script src='{{ "js/tabpane-persist.js" | relURL }}'></script>
{{ if .Site.Params.plantuml.enable -}}
<script src='{{ "js/deflate.js" | relURL }}'></script>
{{ end -}}
Expand Down Expand Up @@ -73,4 +72,6 @@
<script src='{{ "js/prism.js" | relURL }}'></script>
{{ end -}}

<script src='{{ "js/tabpane-persist.js" | relURL }}'></script>

{{ partial "hooks/body-end.html" . -}}

0 comments on commit 5a909a9

Please sign in to comment.