Commit f4b804ca by Administrator

Update members-space-my-info.js (suppression d'un console.log)

parent 0dbdbd87
Pipeline #3236 failed with stage
in 1 minute 22 seconds
...@@ -103,7 +103,6 @@ function init_my_info() { ...@@ -103,7 +103,6 @@ function init_my_info() {
}); });
$('#save_edit_phone').off('click') $('#save_edit_phone').off('click')
.on('click', () => { .on('click', () => {
console.log('ici');
data =[]; data =[];
data['phone']= $("#phone_form").val(); data['phone']= $("#phone_form").val();
data['mobile']= $("#mobile_form").val(); data['mobile']= $("#mobile_form").val();
......
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