Remove style loading of non-existing file

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-12-30 09:09:54 +01:00
parent 3a179fe5c1
commit 75b217cf8d
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 0 additions and 4 deletions

View File

@ -62,10 +62,6 @@ class Application extends \OCP\AppFramework\App {
class_exists(Template::class, true);
}
style(self::APP_ID, [
'admin',
]);
script('core', [
'files/fileinfo',
'files/client',