mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-13 04:50:56 +00:00
fix: remove now-redundant loadScript call
This commit is contained in:
@@ -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 🚀
|
||||
|
||||
Reference in New Issue
Block a user