Skip to content

Commit c9d09a7

Browse files
committed
fix: remove now-redundant loadScript call
1 parent 46a0f71 commit c9d09a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ window.gui = async function(options){
7171
await window.loadScript('https://js.puter.com/v2/');
7272
// Load the minified bundles
7373
await window.loadCSS('/dist/bundle.min.css');
74-
await window.loadScript('/dist/bundle.min.js');
7574
}
7675

7776
// 🚀 Launch the GUI 🚀

0 commit comments

Comments
 (0)