Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht authored Sep 3, 2017
1 parent 70ce5e8 commit 2d3ff20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ _beforeSubmit = function() {
console.log('submit button clicked.');
// do other things before captcha validation
// return true if you want to continue triggering captcha validation, otherwise return false
return false
return false;
}
```

Expand Down

0 comments on commit 2d3ff20

Please sign in to comment.