[openstreetmap/openstreetmap-website] Add profile location (PR #5302)
David Tsiklauri
notifications at github.com
Mon Jan 6 07:46:41 UTC 2025
@nertc commented on this pull request.
> + if (!locationInput.dirty || locationName.includes(locationInput.countryName)) {
+ $("#location_name_warning").addClass("d-none");
+ } else {
+ $("#location_name_warning").removeClass("d-none");
+ }
As we updated logic, this code became redundant and was removed.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5302#discussion_r1903786291
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5302/review/2531538411 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250105/dfbb19db/attachment.htm>
More information about the rails-dev
mailing list