Make image support unconditional
This commit is contained in:
parent
bd710831eb
commit
0d94f8a4f6
1 changed files with 5 additions and 5 deletions
|
@ -13,11 +13,11 @@ function supported_formats(printer, ConvertChecker)
|
|||
mimetypes.push("application/postscript");
|
||||
supported.push("Postscript");
|
||||
}
|
||||
if(has(formats, "image/jpeg"))
|
||||
{
|
||||
mimetypes.push("image/jpeg");
|
||||
supported.push("JPEG");
|
||||
}
|
||||
|
||||
mimetypes.push("image/jpeg");
|
||||
supported.push("JPEG");
|
||||
mimetypes.push("image/png");
|
||||
supported.push("PNG");
|
||||
|
||||
//var info = "MFG:Hewlett-Packard;CMD:PJL,BIDI-ECP,PJL,POSTSCRIPT,PDF,PCLXL,PCL;MDL:HP LaserJet P3010 Series;CLS:PRINTER;DES:Hewlett-Packard ".split(";");
|
||||
var maybe = []
|
||||
|
|
Loading…
Reference in a new issue