diff --git a/connect.php b/connect.php index a125080..5289e67 100644 --- a/connect.php +++ b/connect.php @@ -34,7 +34,7 @@ $('#afficherMotDePasse')[0].addEventListener('mouseup', function() { $('#entrer_mot_de_passe_3')[0].type = 'password'; }); -$('#connectForm')[0].submit(function(event) +$('#connectForm').submit(function(event) { $("#validCreds")[0].disabled=true; var checkPath = "checkCreds.php?user="; -- libgit2 0.21.2