Hotfix lieux de stages
This commit is contained in:
parent
1619d17129
commit
a4272b6820
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue