Skip to content

Commit

Permalink
Fix version check
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 13, 2020
1 parent 4b9a520 commit a7dd033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/qz-tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ var qz = (function() {
config.rasterize = true;
}
}
if(_qz.tools.versionCompare(2, 1, 2, 20) < 0) {
if(_qz.tools.versionCompare(2, 1, 2, 11) < 0) {
if(config.spool) {
if(config.spool.size) {
config.perSpool = config.spool.size;
Expand Down

0 comments on commit a7dd033

Please sign in to comment.