Commit dd069f5d by Félicie

console removed

parent 290dc9f7
...@@ -303,8 +303,6 @@ function store_new_coop(event) { ...@@ -303,8 +303,6 @@ function store_new_coop(event) {
if (associated_data_ok === false) errors.push("Le membre 'titulaire' du binôme n'est pas défini"); if (associated_data_ok === false) errors.push("Le membre 'titulaire' du binôme n'est pas défini");
} }
console.log($(active_asso_area[0]).attr('id'))
$.ajax({url : '/members/exists/' + email, $.ajax({url : '/members/exists/' + email,
dataType :'json' dataType :'json'
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment