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