a
This commit is contained in:
parent
a4564c45f5
commit
ca2e70677a
|
|
@ -125,9 +125,7 @@ inputField.addEventListener('input', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
inputField.addEventListener('change', function () {
|
inputField.addEventListener('change', function () {
|
||||||
|
// alert(this.value);
|
||||||
alert(this.value);
|
|
||||||
|
|
||||||
if (this.value.length > 3) {
|
if (this.value.length > 3) {
|
||||||
const type = detectScanType(this.value);
|
const type = detectScanType(this.value);
|
||||||
const message = type === 'qr'
|
const message = type === 'qr'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user