Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 530 → Rev 529

/trunk/modules/popup_contact/presentations/scripts/contact.js
38,7 → 38,7
nettoyerMsg();
},
success : function(data) {
afficherInfo(data.message);
afficherInfo('Votre message a été correctement envoyé');
},
error : function(jqXHR, textStatus, errorThrown) {
erreurMsg += "Erreur Ajax :\ntype : "+textStatus+' '+errorThrown+"\n";