Skip to content

Instantly share code, notes, and snippets.

@SomeKittens
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SomeKittens/ce5834e5b06f83168b3c to your computer and use it in GitHub Desktop.
Save SomeKittens/ce5834e5b06f83168b3c to your computer and use it in GitHub Desktop.
wat
if((parseInt(document.all.bmembers.value)!=0)&&((CheckRadioList("atitle"))||(document.all.afirstname.value!="")||(document.all.alastname.value!="")||((document.all.aphone.value!="")&&(document.all.aphone.value!="###-###-####"))||((document.all.aemail.value!="")&&(document.all.aemail.value!="[redacted email domain]")&&(document.all.aemail.value!="firstname.lastname[redacted email domain]")&&(document.all.aemail.value!="[redacted email]"))||(document.all.asector.value!="")||(document.all.aposition.value!="")||(document.all.agroup.value!="")||(CheckRadioList("alanguage"))||(document.all.aaddress.value!="")||(document.all.adirector.value!="")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment