mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
defer loading code-editor
This commit is contained in:
committed by
Tienson Qin
parent
1e30a2030f
commit
20c54c82e3
@@ -125,7 +125,6 @@ necessary db filtering"
|
||||
[:script {:src "static/js/interact.min.js"}]
|
||||
[:script {:src "static/js/highlight.min.js"}]
|
||||
[:script {:src "static/js/katex.min.js"}]
|
||||
[:script {:src "static/js/code-editor.js"}]
|
||||
[:script {:src "static/js/custom.js"}]])))))
|
||||
|
||||
(defn build-html
|
||||
|
||||
@@ -55,6 +55,5 @@
|
||||
<script defer src="/static/js/amplify.js"></script>
|
||||
<script defer src="/static/js/tabler.min.js"></script>
|
||||
<script defer src="/static/js/tabler.ext.js"></script>
|
||||
<script defer src="/static/js/code-editor.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -56,6 +56,5 @@ const portal = new MagicPortal(worker);
|
||||
<script defer src="./js/amplify.js"></script>
|
||||
<script defer src="./js/tabler.min.js"></script>
|
||||
<script defer src="./js/tabler.ext.js"></script>
|
||||
<script defer src="./js/code-editor.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -55,6 +55,5 @@ const portal = new MagicPortal(worker);
|
||||
<script defer src="./js/amplify.js"></script>
|
||||
<script defer src="./js/tabler.min.js"></script>
|
||||
<script defer src="./js/tabler.ext.js"></script>
|
||||
<script defer src="./js/code-editor.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user