Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2256 Rev 2257
Line 277... Line 277...
277
function prechargerForm(data) {
277
function prechargerForm(data) {
Line 278... Line 278...
278
	
278
	
Line 279... Line 279...
279
    $('#carte-recherche').val(data.zoneGeo);
279
    $('#carte-recherche').val(data.zoneGeo);
-
 
280
    
-
 
281
	$('#commune-nom').text(data.zoneGeo);
280
    
282
	
-
 
283
	if(data.hasOwnProperty("codeZoneGeo")) {
Line 281... Line 284...
281
	$('#commune-nom').text(data.zoneGeo);
284
		$('#commune-code-insee').text(data.codeZoneGeo.replace('INSEE-C:', ''));
Line 282... Line 285...
282
	$('#commune-code-insee').text(data.codeZoneGeo.replace('INSEE-C:', ''));
285
	}
283
	
286