From e9342b6fec6316c80fbec2d7e621cb27ce1cb99a Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:35:15 +0200 Subject: [PATCH] update app_modules.js --- src/app_modules.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app_modules.js b/src/app_modules.js index 44e737e..0a057db 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -990,9 +990,8 @@ function TS_IndexElement( function BuildQR(mid) { return ` - TeleSec AztecQR -
${toHtml(aztec(mid),[6,6])}
- ${mid.replace(",",",
")}
+ TeleSec AztecQR +
${toHtml(aztec(mid),[6,6])}
` }