Optimizing loading of script files

This commit is contained in:
Alireza Ahmadi
2023-11-19 04:00:41 +01:00
parent 0dbb67d0bb
commit cfc11151d2
8 changed files with 82 additions and 79 deletions

View File

@@ -305,10 +305,10 @@
</a-layout>
{{template "js" .}}
<script src="{{ .base_path }}assets/clipboard/clipboard.min.js"></script>
{{template "component/themeSwitcher" .}}
{{template "textModal"}}
<script>
const State = {
Running: "running",
Stop: "stop",