Remove 'no home' message css from profile edit form
This commit is contained in:
parent
478d80b50c
commit
a5a7ee116c
3 changed files with 5 additions and 21 deletions
|
@ -54,7 +54,7 @@ $(document).ready(function () {
|
|||
precision = OSM.zoomPrecision(zoom),
|
||||
location = e.latlng.wrap();
|
||||
|
||||
$("#homerow").removeClass();
|
||||
$("#home_message").hide();
|
||||
$("#home_lat").val(location.lat.toFixed(precision));
|
||||
$("#home_lon").val(location.lng.toFixed(precision));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue