Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 3364 Rev 3372
Line 169... Line 169...
169
};
169
};
Line 170... Line 170...
170
 
170
 
171
// uniquement utilisé si taxon-liste ******************************************/
171
// uniquement utilisé si taxon-liste ******************************************/
172
// Affiche/Cache le champ taxon
172
// Affiche/Cache le champ taxon
173
LichensLg.prototype.surChangementTaxonListe = function() {
173
LichensLg.prototype.surChangementTaxonListe = function() {
174
	const utils = new UtilsApa();
174
	const utils = new UtilsLg();
175
	if ( utils.valOk( $( '#taxon-liste' ).val() ) ) {
175
	if ( utils.valOk( $( '#taxon-liste' ).val() ) ) {
176
		if ( 'autre' !== $( '#taxon-liste' ).val() ) {
176
		if ( 'autre' !== $( '#taxon-liste' ).val() ) {
177
			$( '#taxon-input-groupe' )
177
			$( '#taxon-input-groupe' )
178
				.hide( 200, function () {
178
				.hide( 200, function () {
Line 338... Line 338...
338
 
338
 
339
/**
339
/**
340
 * charge les données dans #taxon
340
 * charge les données dans #taxon
341
 */
341
 */
342
LichensLg.prototype.surAutocompletionTaxon = function( event, ui ) {
342
LichensLg.prototype.surAutocompletionTaxon = function( event, ui ) {
Line 343... Line 343...
343
	const utils = new UtilsApa();
343
	const utils = new UtilsLg();
344
 
344
 
345
	if ( utils.valOk( ui ) ) {
345
	if ( utils.valOk( ui ) ) {
346
		$( '#taxon' ).val( ui.item.value );
346
		$( '#taxon' ).val( ui.item.value );