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
{{ message }}
This repository was archived by the owner on Nov 11, 2019. It is now read-only.
here I advice you to add alert, to tell the user what is wrong and what he should input, try this:
if (xmlHttp.readyState == 4 && xmlHttp.status == 404)
alert('tell the user what should he do');