This commit is contained in:
KANE LAZENI 2026-02-16 01:31:43 +00:00
parent a4564c45f5
commit ca2e70677a

View File

@ -125,9 +125,7 @@ inputField.addEventListener('input', function() {
});
inputField.addEventListener('change', function () {
alert(this.value);
// alert(this.value);
if (this.value.length > 3) {
const type = detectScanType(this.value);
const message = type === 'qr'