]> source.dussan.org Git - nextcloud-server.git/commitdiff
Run the command once again
authorJoas Schilling <nickvergessen@owncloud.com>
Mon, 18 Jan 2016 10:13:25 +0000 (11:13 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Mon, 18 Jan 2016 10:13:25 +0000 (11:13 +0100)
core/js/mimetypelist.js

index 43f01273f55e8235cef38102a3d27ac18e0ddf4c..dea065814d149e74491663806a7d1ed67f24ec53 100644 (file)
@@ -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: []
 };