Small fixes and improvements
This commit is contained in:
@@ -25,6 +25,7 @@ define([
|
||||
];
|
||||
|
||||
Thumb.isSupportedType = function (file) {
|
||||
if (!file) { return false; }
|
||||
var type = file.type;
|
||||
if (Util.isPlainTextFile(file.type, file.name)) {
|
||||
type = "text/plain";
|
||||
|
||||
Reference in New Issue
Block a user