aboutsummaryrefslogtreecommitdiffstats
path: root/core/Controller
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-12-11 20:56:46 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-09 15:01:59 +0100
commit208788173d0dab2950bf5eb1ddbfcab63ef781e3 (patch)
treeac54763283ecec74a8a4aa873fcae57a8baa098a /core/Controller
parent1fd6741182f3f39458612fbf9b3e381eb7d2f62f (diff)
downloadnextcloud-server-208788173d0dab2950bf5eb1ddbfcab63ef781e3.tar.gz
nextcloud-server-208788173d0dab2950bf5eb1ddbfcab63ef781e3.zip
Npmize (vendor) scripts
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/Controller')
-rw-r--r--core/Controller/SetupController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Controller/SetupController.php b/core/Controller/SetupController.php
index 17d7b51d3fe..38b92192d01 100644
--- a/core/Controller/SetupController.php
+++ b/core/Controller/SetupController.php
@@ -92,8 +92,6 @@ class SetupController {
);
$parameters = array_merge($defaults, $post);
- \OC_Util::addVendorScript('strengthify/jquery.strengthify');
- \OC_Util::addVendorStyle('strengthify/strengthify');
\OC_Util::addScript('setup');
\OC_Template::printGuestPage('', 'installation', $parameters);
}