File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 340
340
}
341
341
342
342
if ( command . type === 'qrcode' && command . command === 'print' ) {
343
- result += `<div class='placeholder ${ command . type } ${ align } '><img src='http ://bwipjs-api.metafloor.com/?bcid=qrcode&text=${ command . value } ' onerror="this.style.display='none'"></div>` ;
343
+ result += `<div class='placeholder ${ command . type } ${ align } '><img src='https ://bwipjs-api.metafloor.com/?bcid=qrcode&text=${ command . value } ' onerror="this.style.display='none'"></div>` ;
344
344
}
345
345
346
346
if ( command . type === 'pdf417' && command . command === 'print' ) {
347
- result += `<div class='placeholder ${ command . type } ${ align } '><img src='http ://bwipjs-api.metafloor.com/?bcid=pdf417&text=${ command . value } ' onerror="this.style.display='none'"></div>` ;
347
+ result += `<div class='placeholder ${ command . type } ${ align } '><img src='https ://bwipjs-api.metafloor.com/?bcid=pdf417&text=${ command . value } ' onerror="this.style.display='none'"></div>` ;
348
348
}
349
349
350
350
if ( command . type === 'barcode' && ! command . property ) {
369
369
'code128-auto' : 'code128' ,
370
370
}
371
371
372
- result += `<div class='placeholder ${ command . type } ${ align } '><img src='http ://bwipjs-api.metafloor.com/?bcid=${ symbologies [ command . value . symbology ] } &text=${ command . value . data } ' onerror="this.style.display='none'"></div>` ;
372
+ result += `<div class='placeholder ${ command . type } ${ align } '><img src='https ://bwipjs-api.metafloor.com/?bcid=${ symbologies [ command . value . symbology ] } &text=${ command . value . data } ' onerror="this.style.display='none'"></div>` ;
373
373
}
374
374
375
375
if ( command . type === 'image' ) {
You can’t perform that action at this time.
0 commit comments