Skip to content

Commit

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

Please sign in to comment.