This commit is contained in:
2018-04-26 05:20:08 +02:00
parent 70a4e5ae6e
commit 78178b6607
15 changed files with 1373 additions and 237 deletions

View File

@ -223,7 +223,7 @@
if (element.formatted_address !== $('#' + config.addrId).val()) {
$('<li>' + element.formatted_address + '</li>')
.data("geoloc", element)
.click(function () { chooseLoc('user', $(this).data("geoloc")) })
.click(function () { chooseLoc('user') })
.appendTo($('#' + config.locComboId));
}
else { }