mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
![Carl Schwan](/assets/img/avatar_default.png)
And also make sure eslint doesn't try to index apps-extra that contains other repo with not necessarely the same eslint rules Signed-off-by: Carl Schwan <carl@carlschwan.eu>
6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
import rebuildNavigation from './service/rebuild-navigation.js'
|
|
|
|
window.OC.Settings = window.OC.Settings || {}
|
|
window.OC.Settings.Apps = window.OC.Settings.Apps || {
|
|
rebuildNavigation,
|
|
}
|