fix
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user