0001-personnes-do-not-empty-email-field-on-user-update-fo.patch
| calebasse/static/js/access.js | ||
|---|---|---|
|
(function($){
|
||
|
$(function() {
|
||
|
$.each(['email', 'password1', 'password2'], function(i, element) {
|
||
|
$.each(['password1', 'password2'], function(i, element) {
|
||
|
$('form input[name=' + element + ']').val('');
|
||
|
})
|
||
|
})
|
||