Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3240 Rev 3248
Line 603... Line 603...
603
};
603
};
Line 604... Line 604...
604
 
604
 
605
WidgetSaisie.prototype.surChangementReferentiel = function() {
605
WidgetSaisie.prototype.surChangementReferentiel = function() {
606
  this.nomSciReferentiel = $( '#referentiel' ).val();
606
  this.nomSciReferentiel = $( '#referentiel' ).val();
607
  $( '#taxon' ).val( '' );
607
  $( '#taxon' ).val( '' );
608
  this.initialiserAutocompleteCommune();
608
  // this.initialiserAutocompleteCommune();
609
  this.initialiserGoogleMap( false );
609
  // this.initialiserGoogleMap( false );
Line 610... Line 610...
610
};
610
};
611
 
611
 
612
WidgetSaisie.prototype.surChangementNbreObs = function() {
612
WidgetSaisie.prototype.surChangementNbreObs = function() {