From fdcc81849bd286e132a257904aee53a6337dd437 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Tue, 6 Dec 2022 12:03:01 +0100 Subject: [PATCH] trigger cicd --- MP.INVE/wwwroot/lib/qrHelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.INVE/wwwroot/lib/qrHelper.js b/MP.INVE/wwwroot/lib/qrHelper.js index 8c7e5439..8cf7e2bb 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 });