Skip to content
Snippets Groups Projects
Unverified Commit 75b217cf authored by Julius Härtl's avatar Julius Härtl
Browse files

Remove style loading of non-existing file


Signed-off-by: default avatarJulius Härtl <jus@bitgrid.net>
parent 3a179fe5
No related branches found
No related tags found
No related merge requests found
...@@ -62,10 +62,6 @@ class Application extends \OCP\AppFramework\App { ...@@ -62,10 +62,6 @@ class Application extends \OCP\AppFramework\App {
class_exists(Template::class, true); class_exists(Template::class, true);
} }
style(self::APP_ID, [
'admin',
]);
script('core', [ script('core', [
'files/fileinfo', 'files/fileinfo',
'files/client', 'files/client',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment