Skip to content

Commit

Permalink
Merge pull request #1053 from HeyPuter/revert-1051-fix/stuck-new-app-…
Browse files Browse the repository at this point in the history
…loading-983

Revert "fix: resolve issue #983 - Stuck on Creating new app loading s…
  • Loading branch information
jelveh authored Dec 11, 2024
2 parents f800cf2 + 51ab243 commit fb0a091
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dev-center/js/dev-center.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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;
Expand Down

0 comments on commit fb0a091

Please sign in to comment.