update app_modules.js
This commit is contained in:
@@ -990,9 +990,8 @@ function TS_IndexElement(
|
|||||||
function BuildQR(mid) {
|
function BuildQR(mid) {
|
||||||
return `
|
return `
|
||||||
<span style="border: 2px dashed black; padding: 10px; display: inline-block; background: white; border-radius: 7px; text-align: center;">
|
<span style="border: 2px dashed black; padding: 10px; display: inline-block; background: white; border-radius: 7px; text-align: center;">
|
||||||
<b style="margin-bottom: 5px;">TeleSec AztecQR</b>
|
<b>TeleSec AztecQR</b>
|
||||||
<br>${toHtml(aztec(mid),[6,6])}<br>
|
<br>${toHtml(aztec(mid),[6,6])}
|
||||||
<small><code>${mid.replace(",",",<br>")}</code></small>
|
|
||||||
</span>
|
</span>
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user