Merge pull request #24583 from nextcloud/backport/24581/stable19
[stable19] Do not load nonexisting setup.js
This commit is contained in:
commit
6091ae9648
|
@ -104,7 +104,6 @@ class SetupController {
|
|||
];
|
||||
$parameters = array_merge($defaults, $post);
|
||||
|
||||
\OC_Util::addScript('setup');
|
||||
\OC_Template::printGuestPage('', 'installation', $parameters);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue