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

Remove shortFooter/longFooter to avoid unnecessary navigation loading
pull/30631/head
Joas Schilling 2022-01-12 14:23:31 +07:00 committed by GitHub
commit 0d0fcd316a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

@ -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(),
]),
];