Subversion Repositories eFlore/Applications.cel

Rev

Rev 3631 | Rev 3971 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3631 Rev 3823
Line 64... Line 64...
64
	});
64
	});
65
};
65
};
Line 66... Line 66...
66
 
66
 
67
WidgetPhotoContact.prototype.envoyerCourriel = function() {
67
WidgetPhotoContact.prototype.envoyerCourriel = function() {
68
	const lthis = this;
68
	const lthis = this;
Line 69... Line 69...
69
	var donnees = new Array();
69
	var donnees = [];
70
 
70
 
71
	if ( $( '#form-contact' ).valid() ) {
71
	if ( $( '#form-contact' ).valid() ) {
72
		var destinataireId = $( '#fc_destinataire_id' ).val(),
72
		var destinataireId = $( '#fc_destinataire_id' ).val(),