mirror of
https://github.com/tmaier/asn-qr-code-label-generator.git
synced 2026-03-14 08:33:37 +00:00
Update index.html
This commit is contained in:
parent
edceabdbea
commit
0d0162899d
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@
|
||||||
let qrCode = this.prefix + paddedNumber;
|
let qrCode = this.prefix + paddedNumber;
|
||||||
// See https://goqr.me/api/doc/create-qr-code/
|
// See https://goqr.me/api/doc/create-qr-code/
|
||||||
let qrCodeUrl = `https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=${encodeURIComponent(
|
let qrCodeUrl = `https://api.qrserver.com/v1/create-qr-code/?size=300x300&data=${encodeURIComponent(
|
||||||
text
|
qrCode
|
||||||
)}`;
|
)}`;
|
||||||
|
|
||||||
this.labels.push({ qrCodeUrl, text });
|
this.labels.push({ qrCodeUrl, text });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue