* Fix name error of install guide.

This commit is contained in:
zhaoke
2023-09-26 17:30:07 +08:00
parent 5a783787b4
commit 1494e3bdd7
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -324,7 +324,6 @@ class install extends control
$this->lang->install->successLabel = str_replace('IPD', '', $this->lang->install->successLabel);
$this->lang->install->successNoticeLabel = str_replace('IPD', '', $this->lang->install->successNoticeLabel);
$this->config->version = $editionName . str_replace(array('max', 'biz', 'ipd'), '', $this->config->version);
$this->config->version = $this->lang->devopsPrefix . $this->config->version;
}
if($canDelFile and file_exists($upgradeFile)) unlink($upgradeFile);
+2 -2
View File
@@ -1,6 +1,6 @@
$(function()
{
var timerID = setInterval(function()
setInterval(function()
{
$.get(createLink('install', 'ajaxProgress', 'id='+ solutionID)).done(function(response)
{
@@ -61,7 +61,7 @@ $(function()
if(installed)
{
$('.progress-message').text(notices.installationSuccess);
parent.window.location.href = createLink('install', 'step6');
window.location.href = createLink('install', 'step6');
}
}
else