Hotfix lieux de stages

This commit is contained in:
Robin Champenois 2017-05-16 19:50:52 +02:00
parent 1619d17129
commit a4272b6820

View file

@ -156,7 +156,7 @@ function SelectLieuWidget(STATIC_ROOT, API_LIEU, target, callback) {
// Recherche des données en mémoire
function askForSuggestions (location) {
showMessage("Recherche de lieux déjà connus à proximité...");
$.getJSON("/api/v1/lieu/", {"format":"json",
$.getJSON(API_LIEU, {"format":"json",
"lat":location.lat,
"lng":location.lng}, showPropositions);
}