Removed config.js

This commit is contained in:
John Molakvoæ 2020-11-09 12:23:51 +01:00 committed by backportbot[bot]
parent 750455399d
commit 559acf83ed
1 changed files with 0 additions and 1 deletions

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