Merge pull request #30625 from nextcloud/enh/jsconfig-theme-perf

Remove shortFooter/longFooter to avoid unnecessary navigation loading
This commit is contained in:
Joas Schilling 2022-01-12 14:23:31 +01:00 committed by GitHub
commit 0d0fcd316a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,8 +301,6 @@ class JSConfigHelper {
'docPlaceholderUrl' => $this->defaults->buildDocLinkToKey('PLACEHOLDER'),
'slogan' => $this->defaults->getSlogan(),
'logoClaim' => '',
'shortFooter' => $this->defaults->getShortFooter(),
'longFooter' => $this->defaults->getLongFooter(),
'folder' => \OC_Util::getTheme(),
]),
];