Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2710 Rev 2841
Line 245... Line 245...
245
	} else {
245
	} else {
246
		element.removeClass('glyphicon-minus-sign').addClass('glyphicon-plus-sign');
246
		element.removeClass('glyphicon-minus-sign').addClass('glyphicon-plus-sign');
247
	}
247
	}
248
};
248
};
Line -... Line 249...
-
 
249
 
-
 
250
 
249
 
251
 
-
 
252
WidgetSaisieMissionsFlore.prototype.basculerAffichageCoord = function() {
250
WidgetSaisieMissionsFlore.prototype.basculerAffichageCoord = function() {
253
	var textActuel = $(this).text();
251
	var textActuel = $(this).text(),
254
	var textActuel = $(this).text(),
252
		textARemplacer = $(this).data('toggle-text');
255
		textARemplacer = $(this).data('toggle-text');
Line -... Line 256...
-
 
256
	$(this).text(textARemplacer).data('toggle-text', textActuel);
-
 
257
 
253
	$(this).text(textARemplacer).data('toggle-text', textActuel);
258
	
254
 
259
	
255
	if ($(this).hasClass('cacher-coord')) {
260
	if ($(this).hasClass('cacher-coord')) {
256
		$(this).removeClass('cacher-coord').addClass('afficher-coord');
261
		$(this).removeClass('cacher-coord').addClass('afficher-coord');
257
		$('#coordonnees-geo').addClass('hidden');
262
		$('#coordonnees-geo').addClass('hidden');