fix jsqr
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 21s

This commit is contained in:
2026-04-05 18:59:38 -04:00
parent 676912002e
commit eba5bbb65a
2 changed files with 9 additions and 1 deletions

8
public/js/jsQR.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -133,7 +133,7 @@
.scanner-fab { display: none !important; }
</style>
<script src="https://cdn.jsdelivr.net/npm/jsqr@1.4.0/dist/jsQR.min.js"></script>
<script src="/js/jsQR.min.js"></script>
<script>
(function() {
var TRUSTED_ORIGIN = '<%= baseUrl %>'.replace(/\/+$/, '').toLowerCase();