diff --git a/MP.INVE/wwwroot/lib/qrHelper.js b/MP.INVE/wwwroot/lib/qrHelper.js index 8cf7e2bb..8c7e5439 100644 --- a/MP.INVE/wwwroot/lib/qrHelper.js +++ b/MP.INVE/wwwroot/lib/qrHelper.js @@ -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 });