Commit 6471d83dc3413098dbdbe81b3bdce569582b33bd
1 parent
028edf7b
Issue tracking
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
connect.php
... | ... | @@ -34,7 +34,7 @@ $('#afficherMotDePasse')[0].addEventListener('mouseup', function() |
34 | 34 | { |
35 | 35 | $('#entrer_mot_de_passe_3')[0].type = 'password'; |
36 | 36 | }); |
37 | -$('#connectForm')[0].submit(function(event) | |
37 | +$('#connectForm').submit(function(event) | |
38 | 38 | { |
39 | 39 | $("#validCreds")[0].disabled=true; |
40 | 40 | var checkPath = "checkCreds.php?user="; | ... | ... |