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
speed up path detection
instead of looping through each script in DOM and checking src to see if it is form-validator,
change jQ selector to use AttributeContains modifier
so the correct script is detected the first loop
0 commit comments