Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1956 Rev 1961
Line 1177... Line 1177...
1177
		data: observations,
1177
		data: observations,
1178
		dataType: 'json',
1178
		dataType: 'json',
1179
		beforeSend: function() {
1179
		beforeSend: function() {
1180
			$('#dialogue-obs-transaction-ko').hide();
1180
			$('#dialogue-obs-transaction-ko').hide();
1181
			$('#dialogue-obs-transaction-ok').hide();
1181
			$('#dialogue-obs-transaction-ok').hide();
1182
			$('.alert-txt .msg').remove();	
1182
			$('.alert-txt').empty();
1183
			$('.alert-txt .msg-erreur').remove();
-
 
1184
			$('.alert-txt .msg-debug').remove();
-
 
1185
			$('#chargement').show();
1183
			$('#chargement').show();
1186
		},
1184
		},
1187
		success: function(data, textStatus, jqXHR) {
1185
		success: function(data, textStatus, jqXHR) {
1188
			$('#dialogue-obs-transaction-ok .alert-txt').append($('#tpl-transmission-ok').clone().html());
1186
			$('#dialogue-obs-transaction-ok .alert-txt').append($('#tpl-transmission-ok').clone().html());
1189
			supprimerMiniatures();
1187
			supprimerMiniatures();