Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-mw committed Oct 30, 2023
1 parent b31cc73 commit 2c9e961
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$config['is_system'] = true;
$config['categories'] = "other";
$config['position'] = 1;
$config['version'] = '5.3.5';
$config['version'] = '5.3.6';



Expand Down
7 changes: 5 additions & 2 deletions src/standalone-installation-setup/index.source.phps
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
});
});


downloadTimeoutOrErrorStartedFallback = false;
function execStartUpdating() {
preventWindowClose = true;

Expand All @@ -75,7 +75,10 @@
//"has been downloaded successfully"
if (html.indexOf('has been downloaded successfully') !== -1) {
//if found then start unzip
startUnzipAjaxOnSingleStep();
if(!downloadTimeoutOrErrorStartedFallback) {
startUnzipAjaxOnSingleStep();
downloadTimeoutOrErrorStartedFallback = true;
}
}
}, 1000);

Expand Down

0 comments on commit 2c9e961

Please sign in to comment.