Projet

Général

Profil

Télécharger (194 octets) Statistiques
| Branche: | Tag: | Révision:

calebasse / calebasse / static / js / access.js @ 37cdace1

1
(function($){
2
    $(function() {
3
        $.each(['password1', 'password2'], function(i, element) {
4
            $('form input[name=' + element + ']').val('');
5
        })
6
    })
7
})(window.jQuery)
(1-1/23)