This commit is contained in:
KANE LAZENI 2026-02-16 01:07:00 +00:00
parent 35bac82e01
commit fdc0360202

View File

@ -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'