Removed config.js

This commit is contained in:
John Molakvoæ 2020-11-09 12:23:51 +01:00 committed by John Molakvoæ (skjnldsv)
parent c6abcfbbfa
commit a827eba0f2
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

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