mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #23999 from nextcloud/fix/old-legacy-scripts
Remove old legacy scripts references
This commit is contained in:
commit
4686deb298
2 changed files with 0 additions and 2 deletions
|
|
@ -13,7 +13,6 @@
|
|||
"sharedialogshareelistview.js",
|
||||
"public/publicpage.js",
|
||||
"setupchecks.js",
|
||||
"../search/js/search.js",
|
||||
"mimetype.js",
|
||||
"mimetypelist.js"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue