Merge pull request #24004 from nextcloud/backport/23999/stable20

[stable20] Remove old legacy scripts references
This commit is contained in:
Roeland Jago Douma 2020-11-09 19:38:21 +01:00 committed by GitHub
commit 0d52ba6239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
"sharedialogshareelistview.js",
"public/publicpage.js",
"setupchecks.js",
"../search/js/search.js",
"mimetype.js",
"mimetypelist.js"
]

View File

@ -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 */