Skip to content

Commit

Permalink
Revert "defer loading code-editor"
Browse files Browse the repository at this point in the history
This reverts commit 4f067f4.
  • Loading branch information
sprocketc authored and tiensonqin committed Jul 9, 2023
1 parent 9f85069 commit b7710e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps/publishing/src/logseq/publishing/html.cljs
Expand Up @@ -125,6 +125,7 @@ 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
Expand Down
1 change: 1 addition & 0 deletions public/index.html
Expand Up @@ -55,5 +55,6 @@
<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>
1 change: 1 addition & 0 deletions resources/electron.html
Expand Up @@ -56,5 +56,6 @@
<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>
1 change: 1 addition & 0 deletions resources/index.html
Expand Up @@ -55,5 +55,6 @@
<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>

0 comments on commit b7710e5

Please sign in to comment.