[openstreetmap/openstreetmap-website] Add profile location (PR #5302)

Anton Khorev notifications at github.com
Tue Mar 11 16:16:47 UTC 2025


@AntonKhorev commented on this pull request.



> @@ -176,6 +206,64 @@ $(document).ready(function () {
     }
   }
 
+  function updateHomeLocation(updateInput = true, lat = $("#home_lat").val().trim(), lon = $("#home_lon").val().trim(), successFn) {

You can start with renaming `respondToHomeUpdate` to `respondToHomeLatLonUpdate`. Previously there was no things about "home" other than "lat" and "lon".

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5302#discussion_r1989666752
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/5302/review/2675276931 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250311/65801100/attachment.htm>


More information about the rails-dev mailing list