Prechádzať zdrojové kódy

fix: remove now-redundant loadScript call

KernelDeimos 8 mesiacov pred
rodič
commit
c9d09a78b6
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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 🚀