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
Add event listeners in favor of overloading attributes (#80)
Overloading the onsubmit or onclick attribute and collide with
other libraries that might do the same mistake. In this case
the last executed script would overwrite the privious listener.
0 commit comments