mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
Remove style loading of non-existing file
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
3a179fe5c1
commit
75b217cf8d
1 changed files with 0 additions and 4 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue