From 50557b19b6d65a5a3acbed3edbcd6bae24a49183 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 18 Jan 2016 11:13:25 +0100 Subject: [PATCH] Run the command once again --- core/js/mimetypelist.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/core/js/mimetypelist.js b/core/js/mimetypelist.js index 43f01273f5..dea065814d 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-code", - "x-office-spreadsheet", - "application-pdf", - "folder", - "x-office-document", "text-calendar", + "text-code", + "text-vcard", + "video", + "x-office-document", "x-office-presentation", - "file", - "folder-shared", - "image", - "audio" + "x-office-spreadsheet" ], themes: [] };