a
This commit is contained in:
parent
35bac82e01
commit
fdc0360202
|
|
@ -106,6 +106,7 @@ inputField.addEventListener('input', function() {
|
|||
// Soumission automatique du formulaire
|
||||
inputField.addEventListener('change', function () {
|
||||
alert(this.value);
|
||||
retur;
|
||||
if (this.value.length > 3) {
|
||||
const type = detectScanType(this.value);
|
||||
const message = type === 'qr'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user