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
Just a small mistake at line 385:
else if ($(inputs[index]).getAttribute("type") != "file") should be
else if (inputs[index].getAttribute("type") != "file") :)