Skip to content

Commit

Permalink
Merge pull request #4 from HeishPi/2.0.2 fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
lopes-vincent authored Feb 27, 2019
2 parents c3279f6 + 5089543 commit 46f46c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>2.0.0</version>
<version>2.0.2</version>
<authors>
<author>
<name>Vincent Lopes-Vicente</name>
Expand Down
4 changes: 3 additions & 1 deletion templates/frontOffice/default/recaptcha-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
});

onCompleted = function() {
form.submit();
if (form.reportValidity() !== false) {
form.submit();
}
}
}
}
Expand Down

0 comments on commit 46f46c1

Please sign in to comment.