You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #412, we added a button to submit the form, which previously relied on hitting enter with a text field in focus. The conventional submission mechanism is currently suppressed via JS and handled via JS.
This should be more accessible. @ibnesayeed provided a mechanism to accomplish this in #412.
The text was updated successfully, but these errors were encountered:
Added a fix for this in b0108ef and tested without JS.
When /memento/*/?url=foo.com was requested, the normal handler showMementosForURIRs(urir) with route /memento/*/<path:urir> is not called due to the path: requirement specification. Instead, show_uri(path, datetime=None) would be called with the more generic route.
Creating a path-less route of simply /memento/*/ then reading the query string and performing a redirect to showMementosForURIRs(urir) proved sufficient for reusing the function/route.
Per #412, we added a button to submit the form, which previously relied on hitting enter with a text field in focus. The conventional submission mechanism is currently suppressed via JS and handled via JS.
This should be more accessible. @ibnesayeed provided a mechanism to accomplish this in #412.
The text was updated successfully, but these errors were encountered: