mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix often occurring error with ace script in web ui
This commit is contained in:
parent
b063ac8a32
commit
a3ec85b576
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<script type="module" src="./js/global.js"></script>
|
||||
|
||||
<script async src="./js/utils/purify/purify.min.js"></script>
|
||||
<script async src="./js/editor/ace.js"></script>
|
||||
<script src="./js/editor/ace.js"></script>
|
||||
|
||||
{% if current_endpoint == "global_config" %}
|
||||
<script type="module" src="./js/global_config.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue