We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b7ea59 + 3bacb47 commit 4686debCopy full SHA for 4686deb
core/js/core.json
@@ -13,7 +13,6 @@
13
"sharedialogshareelistview.js",
14
"public/publicpage.js",
15
"setupchecks.js",
16
- "../search/js/search.js",
17
"mimetype.js",
18
"mimetypelist.js"
19
]
lib/base.php
@@ -371,7 +371,6 @@ private static function printUpgradePage(\OC\SystemConfig $systemConfig) {
371
372
$oldTheme = $systemConfig->getValue('theme');
373
$systemConfig->setValue('theme', '');
374
- OC_Util::addScript('config'); // needed for web root
375
OC_Util::addScript('update');
376
377
/** @var \OC\App\AppManager $appManager */
0 commit comments