Browse Source

Fixe control

stany.ferer 1 year ago
parent
commit
4b3aa0d37b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public-events/js/control.js

+ 1 - 1
public-events/js/control.js

@@ -69,7 +69,7 @@ $(document).ready(function () {
                 const value = $("#QRCodeRead").val();
                 console.log("Modification détectée : ", value);
                 if (value !== null && value !== '') {
-                    checkEmagementSalarie();
+                    checkEmagementControl();
                 }
             }
         });