From 6471d83dc3413098dbdbe81b3bdce569582b33bd Mon Sep 17 00:00:00 2001 From: Jean Wasilewski Date: Sun, 9 Nov 2014 17:01:43 +0100 Subject: [PATCH] Issue tracking --- connect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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