From 87a193e30795a5666f35b07b577dbdc741fcf6fd 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 f82587e73a5..b25c260ab9f 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 3bacb4780b8f30bae48fad7d91a7a2ee1faa66fd 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 9c914f15431..5b211a2d180 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 */