Skip to content
Snippets Groups Projects
Commit 5f257661 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

hide MIME blurb on files; it's too ugly

parent 3b988b0e
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment