Remove 'no home' message css from profile edit form

This commit is contained in:
Anton Khorev 2023-08-08 20:25:48 +03:00
parent 478d80b50c
commit a5a7ee116c
3 changed files with 5 additions and 21 deletions

View file

@ -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));