mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
fix: remove now-redundant loadScript call
This commit is contained in:
parent
46a0f714d1
commit
c9d09a78b6
@ -71,7 +71,6 @@ window.gui = async function(options){
|
|||||||
await window.loadScript('https://js.puter.com/v2/');
|
await window.loadScript('https://js.puter.com/v2/');
|
||||||
// Load the minified bundles
|
// Load the minified bundles
|
||||||
await window.loadCSS('/dist/bundle.min.css');
|
await window.loadCSS('/dist/bundle.min.css');
|
||||||
await window.loadScript('/dist/bundle.min.js');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 🚀 Launch the GUI 🚀
|
// 🚀 Launch the GUI 🚀
|
||||||
|
Loading…
Reference in New Issue
Block a user