Redirection Error when submitting too fast #27
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes (likely when hitting "Submit" before the page JS is fully loaded+parsed) the form submit results in a GET redirect with URL parameters from the form.
Solutions:
button
input instead ofsubmit
to avoid default behaviorAlso:
Hopefully fixed