From bdd880bc24e76b589f511a8b14537fa62b4bf702 Mon Sep 17 00:00:00 2001
From: naielv <109038805+naielv@users.noreply.github.com>
Date: Tue, 9 Sep 2025 13:35:31 +0200
Subject: [PATCH] update to qr
---
src/app_modules.js | 4 ++--
src/page/dataman.js | 2 +-
src/page/index.js | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/app_modules.js b/src/app_modules.js
index 5fa3d8b..40bda84 100644
--- a/src/app_modules.js
+++ b/src/app_modules.js
@@ -1042,8 +1042,8 @@ function TS_IndexElement(
function BuildQR(mid, label) {
return `
- TeleSec AztecQR
-
${toHtml(aztec(mid),[6,6])}
+ TeleSec QR
+
${toHtml(quickresponse(mid),[6,6])}
${label}
`
diff --git a/src/page/dataman.js b/src/page/dataman.js
index 37e92da..579cd66 100644
--- a/src/page/dataman.js
+++ b/src/page/dataman.js
@@ -177,7 +177,7 @@ PAGES.dataman = {
__labels: function (mid) {
var div_materiales = safeuuid();
container.innerHTML = `
-