Bladeren bron

defer loading code-editor

Konstantinos Kaloutas 2 jaren geleden
bovenliggende
commit
20c54c82e3
4 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  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>