Fix mimetype in comic reader
This commit is contained in:
		
							parent
							
								
									93f0724b83
								
							
						
					
					
						commit
						a866dbaa80
					
				| 
						 | 
				
			
			@ -147,7 +147,7 @@ kthoom.ImageFile = function(file) {
 | 
			
		|||
            this.mimeType = "image/jpeg";
 | 
			
		||||
            break;
 | 
			
		||||
        case "gif":
 | 
			
		||||
            this.mimeType = "iamge/gif";
 | 
			
		||||
            this.mimeType = "image/gif";
 | 
			
		||||
            break;
 | 
			
		||||
        case "svg":
 | 
			
		||||
            this.mimeType = "image/svg+xml";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user