From 03dfd57a797ec46d0e45e202d8158bc565c1284b Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 22 Oct 2015 16:32:27 +0100 Subject: [PATCH] really kill mime types as they are ugly (3rd time lucky) --- src/controllers/molecules/MFileTile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/controllers/molecules/MFileTile.js b/src/controllers/molecules/MFileTile.js index bd3576e575..13b2e41ca5 100644 --- a/src/controllers/molecules/MFileTile.js +++ b/src/controllers/molecules/MFileTile.js @@ -27,9 +27,9 @@ module.exports = { var additionals = []; if (content.info) { - if (content.info.mimetype && content.info.mimetype.length > 0) { - additionals.push(content.info.mimetype); - } + // if (content.info.mimetype && content.info.mimetype.length > 0) { + // additionals.push(content.info.mimetype); + // } if (content.info.size) { additionals.push(filesize(content.info.size)); }