浏览代码

fix: remove now-redundant loadScript call

KernelDeimos 8 月之前
父节点
当前提交
c9d09a78b6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/gui/src/index.js

+ 0 - 1
src/gui/src/index.js

@@ -71,7 +71,6 @@ window.gui = async function(options){
         await window.loadScript('https://js.puter.com/v2/');
         // Load the minified bundles
         await window.loadCSS('/dist/bundle.min.css');
-        await window.loadScript('/dist/bundle.min.js');
     }
 
     // 🚀 Launch the GUI 🚀