Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3229 → Rev 3230

/trunk/widget/modules/saisie2/squelettes/js/WidgetSaisie.js
413,9 → 413,9
// '<span>Station :</span> ' + $( '#station' ).val() + ' '+
'<span>Milieu :</span> '+ $ ( '#milieu' ).val() + ' '+
'</li>'+
// '<li>'+
// 'Commentaires : <span class="discretion">' + $( '#notes' ).val() + '</span>'+
// '</li>'+
'<li>'+
'Commentaires : <span class="discretion">' + $( '#notes' ).val() + '</span>'+
'</li>'+
'</ul>'+
'</div>'+
'</div>'+
434,7 → 434,7
 
$( '#liste-obs' ).data( 'obsId' + this.obsNbre, {
'date' : $( '#date' ).val(),
// 'notes' : $( '#notes' ).val().trim(),
'notes' : $( '#notes' ).val().trim(),
'nom_sel' : $( '#taxon' ).val(),
'num_nom_sel' : $( '#taxon' ).data( 'numNomSel' ),
'nom_ret' : $( '#taxon' ).data( 'nomRet' ),
495,8 → 495,8
WidgetSaisie.prototype.surChangementReferentiel = function() {
this.nomSciReferentiel = $( '#referentiel' ).val();
$( '#taxon' ).val( '' );
this.initialiserAutocompleteCommune();
this.initialiserGoogleMap( false );
//this.initialiserAutocompleteCommune();
//this.initialiserGoogleMap( false );
};
 
WidgetSaisie.prototype.surChangementNbreObs = function() {