Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1953 Rev 1961
Line 1386... Line 1386...
1386
		data: observations,
1386
		data: observations,
1387
		dataType: 'json',
1387
		dataType: 'json',
1388
		beforeSend: function() {
1388
		beforeSend: function() {
1389
			$('#dialogue-obs-transaction-ko').hide();
1389
			$('#dialogue-obs-transaction-ko').hide();
1390
			$('#dialogue-obs-transaction-ok').hide();
1390
			$('#dialogue-obs-transaction-ok').hide();
1391
			$('.alert-txt .msg').remove();	
1391
			$('.alert-txt').empty();	
1392
			$('.alert-txt .msg-erreur').remove();
-
 
1393
			$('.alert-txt .msg-debug').remove();
-
 
1394
			$('#chargement').show();
1392
			$('#chargement').show();
1395
		},
1393
		},
1396
		success: function(data, textStatus, jqXHR) {
1394
		success: function(data, textStatus, jqXHR) {
1397
			$('#dialogue-obs-transaction-ok .alert-txt').append($('#tpl-transmission-ok').clone().html());
1395
			$('#dialogue-obs-transaction-ok .alert-txt').append($('#tpl-transmission-ok').clone().html());
1398
			supprimerMiniatures();
1396
			supprimerMiniatures();