This commit is contained in:
zaccaria.majid
2022-12-06 12:07:51 +01:00
parent fdcc81849b
commit 850ab7f06a
+1 -1
View File
@@ -10,7 +10,7 @@ function displayQr(elementName, rawData) {
if (elementName != "" && rawData != "") {
qrcode = new QRCode(document.getElementById(elementName),
{
//text: rawData,
text: rawData,
width: 200,
height: 200
});