Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeri Ochoa <gerino@google.com>2022-09-29 00:47:10 +0300
committerGeri Ochoa <gerino@protonmail.com>2022-10-06 17:44:58 +0300
commit5c4662c13cf719861486a210759589dd96dd3792 (patch)
tree5f9bcd5fa7519c3e3395df02f1396530c4f5538f
parentbd991a5a206d5417d3d5594963e17e3a4d70d78d (diff)
Fix importing wrong drawio script
-rw-r--r--layouts/partials/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index b0406dd..cbe15dc 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -56,7 +56,7 @@ window.markmap = {
{{ $jsMermaid := resources.Get "js/mermaid.js" | resources.ExecuteAsTemplate "js/mermaid.js" . -}}
{{ $jsMarkmap := resources.Get "js/markmap.js" | resources.ExecuteAsTemplate "js/markmap.js" . -}}
{{ $jsPlantuml := resources.Get "js/plantuml.js" | resources.ExecuteAsTemplate "js/plantuml.js" . -}}
-{{ $jsDrawio := resources.Get "js/drawio.js" | resources.ExecuteAsTemplate "js/plantuml.js" . -}}
+{{ $jsDrawio := resources.Get "js/drawio.js" | resources.ExecuteAsTemplate "js/drawio.js" . -}}
{{ if .Site.Params.offlineSearch -}}
{{ $jsSearch = resources.Get "js/offline-search.js" -}}
{{ end -}}