Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1787 → Rev 1788

/trunk/widget/modules/carto/squelettes/scripts/carto.js
37,7 → 37,7
$.ajax({
dataType: "json",
url: urlWebService + "CoelRecherche/Nombre/*/*/*/*/*/*/*/" + departement + "/*/",
data: { formatRetour: "text/plain", pays: pays, regions: regions },
data: { formatRetour: "text/plain", pays: pays},
async: false
}).complete(function(msg) {
if (! estStatutRequeteOK(msg.status)) {
97,7 → 97,7
$.ajax({
dataType: "json",
url: urlWebService + "CoelRecherche/ParDefaut/*/*/*/*/*/*/*/" + departement + "/*/",
data: { limit: nombreCollections, pays: pays, regions: regions },
data: { limit: nombreCollections, pays: pays},
async: true
}).complete(function(msg) {
if (!estStatutRequeteOK(msg.status)) {