From c9d09a78b6f4bc9682d13d2f982f9a2b7f77dd66 Mon Sep 17 00:00:00 2001 From: KernelDeimos Date: Thu, 29 Aug 2024 23:01:14 -0400 Subject: [PATCH] fix: remove now-redundant loadScript call --- src/gui/src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/src/index.js b/src/gui/src/index.js index 9c9979971..59e20b15e 100644 --- a/src/gui/src/index.js +++ b/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 🚀