From 750455399da58889ba1e4f5b2b239bf30a494f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 9 Nov 2020 12:18:34 +0100 Subject: [PATCH 1/2] Remove old legacy search script --- core/js/core.json | 1 - 1 file changed, 1 deletion(-) diff --git a/core/js/core.json b/core/js/core.json index f82587e73a..b25c260ab9 100644 --- a/core/js/core.json +++ b/core/js/core.json @@ -13,7 +13,6 @@ "sharedialogshareelistview.js", "public/publicpage.js", "setupchecks.js", - "../search/js/search.js", "mimetype.js", "mimetypelist.js" ] From 559acf83eded7866c36d6ba863577915a3ace9ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 9 Nov 2020 12:23:51 +0100 Subject: [PATCH 2/2] Removed config.js --- lib/base.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/base.php b/lib/base.php index 6b715f9c24..71d95bf90b 100644 --- a/lib/base.php +++ b/lib/base.php @@ -371,7 +371,6 @@ class OC { $oldTheme = $systemConfig->getValue('theme'); $systemConfig->setValue('theme', ''); - OC_Util::addScript('config'); // needed for web root OC_Util::addScript('update'); /** @var \OC\App\AppManager $appManager */