Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1068 → Rev 1069

/branches/v1.5-cisaille/widget/modules/saisie/squelettes/biodiversite34/js/biodiversite34.js
153,7 → 153,7
var erreurMsg = "";
$.ajax({
url : URL_SERVICE_CEL,
url : SERVICE_SAISIE_URL,
type : "POST",
data : observations,
dataType : "json",
340,7 → 340,7
 
function trouverCommune(pos) {
$(function() {
var urlNomCommuneFormatee = URL_SERVICE_NOM_COMMUNE.replace('{lat}', pos.lat()).replace('{lon}', pos.lng());
var urlNomCommuneFormatee = SERVICE_NOM_COMMUNE_URL.replace('{lat}', pos.lat()).replace('{lon}', pos.lng());
$.ajax({
url : urlNomCommuneFormatee,
type : "GET",