[openstreetmap/openstreetmap-website] Image download w/ submit_tag (PR #6192)
Anton Khorev
notifications at github.com
Wed Jul 16 11:06:53 UTC 2025
AntonKhorev left a comment (openstreetmap/openstreetmap-website#6192)
> Somehow this last bit never worked when testing the new code. If I don't manually remove the "disabled" attribute, it will remain disabled until I reload the page.
Add `data-turbo="true"` to the form:
```html
<form id="export-image" action="/export/finish" method="post" data-turbo="true">
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6192#issuecomment-3078065664
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6192/c3078065664 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250716/b09a282d/attachment.htm>
More information about the rails-dev
mailing list