From 51ab24314e4333a47a5b81ac670fdd2924d3c459 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Wed, 11 Dec 2024 09:44:31 -0800 Subject: [PATCH] Revert "fix: resolve issue #983 - Stuck on Creating new app loading screen" --- src/dev-center/js/dev-center.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dev-center/js/dev-center.js b/src/dev-center/js/dev-center.js index 8ed518ab9..c6eab46c7 100644 --- a/src/dev-center/js/dev-center.js +++ b/src/dev-center/js/dev-center.js @@ -288,8 +288,6 @@ async function create_app(title, source_path = null, items = null) { }) .then(async (app) => { - $('.new-app-modal').get(0).close(); - window.location.reload(); let app_dir; // ---------------------------------------------------- // Create app directory in AppData @@ -315,8 +313,6 @@ async function create_app(title, source_path = null, items = null) { maximizeOnStart: false, background: false, }).then(async (app) => { - $('.new-app-modal').get(0).close(); - window.location.reload(); // refresh app list puter.apps.list().then(async (resp) => { apps = resp;