mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Merge pull request #30625 from nextcloud/enh/jsconfig-theme-perf
Remove shortFooter/longFooter to avoid unnecessary navigation loading
This commit is contained in:
commit
0d0fcd316a
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(),
|
||||
]),
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue