Projet

Général

Profil

« Précédent | Suivant » 

Révision 73afaff3

Ajouté par Serghei Mihai il y a plus de 9 ans

personnes: do not empty email field on user update form

Voir les différences:

calebasse/static/js/access.js
1 1
(function($){
2 2
    $(function() {
3
        $.each(['email', 'password1', 'password2'], function(i, element) {
3
        $.each(['password1', 'password2'], function(i, element) {
4 4
            $('form input[name=' + element + ']').val('');
5 5
        })
6 6
    })

Formats disponibles : Unified diff