Merge pull request #23999 from nextcloud/fix/old-legacy-scripts

Remove old legacy scripts references
This commit is contained in:
Morris Jobke 2020-11-09 16:58:40 +01:00 committed by GitHub
commit 4686deb298
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 */