Skip to content

Instantly share code, notes, and snippets.

@JimboFromLimbo
Last active April 19, 2016 23:58
Show Gist options
  • Save JimboFromLimbo/562d203185e87c4434797449a358b2b2 to your computer and use it in GitHub Desktop.
Save JimboFromLimbo/562d203185e87c4434797449a358b2b2 to your computer and use it in GitHub Desktop.
function checksig(){
for(var i in signaturePads) {
if (signaturePads[i].isEmpty){
alert("Please provide the missing signatures.")
return false;
}
else
{
alert("why");
return true;
}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment