瀏覽代碼

remove tldraw script

Konstantinos Kaloutas 2 年之前
父節點
當前提交
960c1dc636
共有 3 個文件被更改,包括 0 次插入3 次删除
  1. 0 1
      public/index.html
  2. 0 1
      resources/electron.html
  3. 0 1
      resources/index.html

+ 0 - 1
public/index.html

@@ -57,6 +57,5 @@
 <script defer src="/static/js/tabler.min.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/tabler.ext.js"></script>
 <script defer src="/static/js/code-editor.js"></script>
 <script defer src="/static/js/code-editor.js"></script>
-<script defer src="/static/js/tldraw.js"></script>
 </body>
 </body>
 </html>
 </html>

+ 0 - 1
resources/electron.html

@@ -58,6 +58,5 @@ const portal = new MagicPortal(worker);
 <script defer src="./js/tabler.min.js"></script>
 <script defer src="./js/tabler.min.js"></script>
 <script defer src="./js/tabler.ext.js"></script>
 <script defer src="./js/tabler.ext.js"></script>
 <script defer src="./js/code-editor.js"></script>
 <script defer src="./js/code-editor.js"></script>
-<script defer src="./js/tldraw.js"></script>
 </body>
 </body>
 </html>
 </html>

+ 0 - 1
resources/index.html

@@ -57,6 +57,5 @@ const portal = new MagicPortal(worker);
 <script defer src="./js/tabler.min.js"></script>
 <script defer src="./js/tabler.min.js"></script>
 <script defer src="./js/tabler.ext.js"></script>
 <script defer src="./js/tabler.ext.js"></script>
 <script defer src="./js/code-editor.js"></script>
 <script defer src="./js/code-editor.js"></script>
-<script defer src="./js/tldraw.js"></script>
 </body>
 </body>
 </html>
 </html>