update
This commit is contained in:
1033
assets/static/qrcode/barcode.js
Normal file
1033
assets/static/qrcode/barcode.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -988,13 +988,7 @@ function TS_IndexElement(
|
||||
}
|
||||
|
||||
function BuildQR(mid) {
|
||||
var svg = QRCode({
|
||||
msg: mid,
|
||||
pad: 2,
|
||||
dim: 150
|
||||
|
||||
}).outerHTML;
|
||||
return `<span style="display: inline-block; height: 150px; width: 150px; background-color: white;">${svg}</span>`
|
||||
return toHtml(aztec(mid),[2,2]);
|
||||
}
|
||||
|
||||
var PAGES = {};
|
||||
|
||||
@@ -76,8 +76,7 @@
|
||||
Hay una nueva versión de TeleSec.<br /><a id="reload">Pulsa aqui para actualizar.</a>
|
||||
</div>
|
||||
<script src="static/showdown.min.js"></script>
|
||||
<script src="static/qrcode/qrcode.min.js"></script>
|
||||
<script src="static/qrcode/html5-qrcode.min.js"></script>
|
||||
<script src="static/qrcode/barcode.js"></script>
|
||||
<script src="static/jquery.js"></script>
|
||||
<script src="static/gun.js"></script>
|
||||
<script src="static/webrtc.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user