Files client and info bundles are always loaded so we don't need to load them again

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-11-25 15:05:04 +01:00 committed by backportbot[bot]
parent 2003995e32
commit 49bd82292c
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',
]);