瀏覽代碼

defer loading code-editor

Konstantinos Kaloutas 2 年之前
父節點
當前提交
20c54c82e3
共有 4 個文件被更改,包括 0 次插入4 次删除
  1. 0 1
      deps/publishing/src/logseq/publishing/html.cljs
  2. 0 1
      public/index.html
  3. 0 1
      resources/electron.html
  4. 0 1
      resources/index.html

+ 0 - 1
deps/publishing/src/logseq/publishing/html.cljs

@@ -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

+ 0 - 1
public/index.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>

+ 0 - 1
resources/electron.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>

+ 0 - 1
resources/index.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>