update index.js

This commit is contained in:
naielv
2025-09-03 10:11:27 +02:00
parent 1763de12bd
commit 12b90e3e1e

View File

@@ -37,5 +37,6 @@ PAGES.index = {
} }
html5QrcodeScanner.render(onScanSuccess); html5QrcodeScanner.render(onScanSuccess);
EventListeners.QRScanner.push(html5QrcodeScanner)
} }
} }