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
Ok, well apparently this doesn't happen always, so my fix above might not quite work. It may have happened before the DOM was ready, so maybe the submit needs to be disabled until it's ready.
If I submit the search form by pressing enter instead of clicking the button I am sent to a blank page.
To fix this, you could do
Or something like that instead of putting the onclick handler inline on the button.
The text was updated successfully, but these errors were encountered: