mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-15 00:27:08 +00:00
Unstable working
This commit is contained in:
parent
8f606db8db
commit
1b6e659e05
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<script>
|
||||
function onScanSuccess(decodedText, decodedResult) {
|
||||
console.log(`Code scanned = ${decodedText}`, decodedResult);
|
||||
window.location.replace(`https://cldsi.de/test/script.php?barcode=${decodedText}`);
|
||||
window.location.replace(`https://cldsi.de/test/script.php?barcode=${decodedText});
|
||||
}
|
||||
var html5QrcodeScanner = new Html5QrcodeScanner(
|
||||
"qr-reader", { fps: 10, qrbox: 250 });
|
||||
|
|
Loading…
Reference in a new issue