really kill mime types as they are ugly (3rd time lucky)

pull/21833/head
Matthew Hodgson 2015-10-22 16:32:27 +01:00
parent 7e93b75aa0
commit 03dfd57a79
1 changed files with 3 additions and 3 deletions

View File

@ -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));
}