Removed config.js

This commit is contained in:
John Molakvoæ 2020-11-09 12:23:51 +01:00 committed by John Molakvoæ (skjnldsv)
parent 91242c9f0a
commit 8ff6d748c8
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 0 additions and 1 deletions

View File

@ -370,7 +370,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 */