Merge pull request #24374 from nextcloud/bugfix/23542

Use proper bundles for files client and fileinfo
This commit is contained in:
Christoph Wurst 2020-11-25 17:09:06 +01:00 committed by GitHub
commit 82984b5c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -41,8 +41,6 @@ class LoadAdditionalSettingsScriptsListener implements IEventListener {
}
script('core', [
'files/fileinfo',
'files/client',
'dist/systemtags',
]);