Fixes + ApiKeys

This commit is contained in:
2020-02-10 12:16:34 +01:00
parent 1853756db4
commit 6f8b3f93e9
13 changed files with 354 additions and 4 deletions

View File

@@ -685,13 +685,13 @@ namespace Documents\Install {
die(json_encode($response));
}
if($this->currentStep == self::CHECKING_REQUIRMENTS) {
/*if($this->currentStep == self::CHECKING_REQUIRMENTS) {
$this->getDocument()->getHead()->addJSCode("
$(document).ready(function() {
retry();
});
");
}
}*/
$progressSidebar = $this->createProgressSidebar();
$progressMainview = $this->createProgessMainview();