Commit a866dbaa authored by Ozzie Isaacs's avatar Ozzie Isaacs

Fix mimetype in comic reader

parent 93f0724b
...@@ -147,7 +147,7 @@ kthoom.ImageFile = function(file) { ...@@ -147,7 +147,7 @@ kthoom.ImageFile = function(file) {
this.mimeType = "image/jpeg"; this.mimeType = "image/jpeg";
break; break;
case "gif": case "gif":
this.mimeType = "iamge/gif"; this.mimeType = "image/gif";
break; break;
case "svg": case "svg":
this.mimeType = "image/svg+xml"; this.mimeType = "image/svg+xml";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment