mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #24581 from nextcloud/bugfix/noid/setup-js
Do not load nonexisting setup.js
This commit is contained in:
commit
e02c9ec1bf
1 changed files with 0 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ class SetupController {
|
|||
];
|
||||
$parameters = array_merge($defaults, $post);
|
||||
|
||||
\OC_Util::addScript('setup');
|
||||
\OC_Template::printGuestPage('', 'installation', $parameters);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue