Skip to content

Commit

Permalink
Merge pull request #24581 from nextcloud/bugfix/noid/setup-js
Browse files Browse the repository at this point in the history
Do not load nonexisting setup.js
  • Loading branch information
skjnldsv authored Dec 7, 2020
2 parents 76ffc46 + df769c0 commit e02c9ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Controller/SetupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ public function display($post) {
];
$parameters = array_merge($defaults, $post);

\OC_Util::addScript('setup');
\OC_Template::printGuestPage('', 'installation', $parameters);
}

Expand Down

0 comments on commit e02c9ec

Please sign in to comment.