diff --git a/connect.php b/connect.php index c8d1a59..567fe53 100644 --- a/connect.php +++ b/connect.php @@ -1,5 +1,5 @@

Connexion

-
+
@@ -19,7 +19,7 @@
- +
@@ -34,7 +34,7 @@ $('#afficherMotDePasse')[0].addEventListener('mouseup', function() { $('#entrer_mot_de_passe_3')[0].type = 'password'; }); -$('#validCreds')[0].addEventListener('click', function() +$('#connectForm')[0].addEventListener('submit', function() { $("#validCreds")[0].disabled=true; var checkPath = "checkCreds.php?user="; -- libgit2 0.21.2