From 6c4f09a44b22fe93a0bfed63ab50e151715011e8 Mon Sep 17 00:00:00 2001 From: Jean Wasilewski Date: Sun, 9 Nov 2014 16:55:31 +0100 Subject: [PATCH] Improvement on the connection method --- connect.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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