summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-01-18 11:13:25 +0100
committerJoas Schilling <nickvergessen@owncloud.com>2016-01-18 11:13:25 +0100
commit50557b19b6d65a5a3acbed3edbcd6bae24a49183 (patch)
treed8b8505c21506c649ea96b1a35e119a7bcb97fb5 /core/js
parentfc08f71c126988872ca4a212e03ee33f33ea4b54 (diff)
downloadnextcloud-server-50557b19b6d65a5a3acbed3edbcd6bae24a49183.tar.gz
nextcloud-server-50557b19b6d65a5a3acbed3edbcd6bae24a49183.zip
Run the command once again
Diffstat (limited to 'core/js')
-rw-r--r--core/js/mimetypelist.js26
1 files changed, 13 insertions, 13 deletions
diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js
index 43f01273f55..dea065814d1 100644
--- a/core/js/mimetypelist.js
+++ b/core/js/mimetypelist.js
@@ -82,26 +82,26 @@ OC.MimeTypeList={
"web": "text/code"
},
files: [
- "video",
+ "application",
+ "application-pdf",
+ "audio",
+ "file",
+ "folder",
"folder-drag-accept",
- "folder-starred",
+ "folder-external",
"folder-public",
+ "folder-shared",
+ "folder-starred",
+ "image",
"package-x-generic",
"text",
- "folder-external",
- "text-vcard",
- "application",
+ "text-calendar",
"text-code",
- "x-office-spreadsheet",
- "application-pdf",
- "folder",
+ "text-vcard",
+ "video",
"x-office-document",
- "text-calendar",
"x-office-presentation",
- "file",
- "folder-shared",
- "image",
- "audio"
+ "x-office-spreadsheet"
],
themes: []
};