Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2721 → Rev 2735

/branches/v2.21-plantoir/widget/modules/saisie/squelettes/biodiversite34/js/biodiversite34.js
358,6 → 358,9
}
 
function trouverCommune(pos) {
if (this.latLng == null) { // tentative de protection contre le démon de Prémilhat
return;
}
$(function() {
var urlNomCommuneFormatee = SERVICE_NOM_COMMUNE_URL.replace('{lat}', pos.lat()).replace('{lon}', pos.lng());
$.ajax({