Subversion Repositories eFlore/Applications.cel

Rev

Rev 3133 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3133 Rev 3483
Line 191... Line 191...
191
		});
191
		});
Line 192... Line 192...
192
 
192
 
193
	$.get(urlCalcul, valeurs, function(data) {
193
	$.get(urlCalcul, valeurs, function(data) {
194
		if(data.length == 1) {
194
		if(data.length == 1) {
-
 
195
			window.location.href = data[0];
-
 
196
			$('.attention').hide();
195
			window.location.href = data[0];
197
			$('#liste_telechargements').html('');
196
		} else {
198
		} else {
197
			$('.attention').effect("highlight", {}, 1500);
199
			$('.attention').effect("highlight", {}, 1500);
198
			afficherListeTelechargements(data);
200
			afficherListeTelechargements(data);
199
		}
201
		}