Skip to content

Commit

Permalink
Update recaptcha-js.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lopes-vincent authored Feb 19, 2019
1 parent f7881c2 commit c3279f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/frontOffice/default/recaptcha-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<script>
window.onload = function() {
var captchaDiv = document.getElementById("recaptcha-invisible");
console.log(captchaDiv);
if (captchaDiv !== null) {
var form = captchaDiv.parentElement;

Expand All @@ -18,4 +17,4 @@
}
}
}
</script>
</script>

0 comments on commit c3279f6

Please sign in to comment.