We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23389cb commit 9aa2218Copy full SHA for 9aa2218
src/recaptcha.js
@@ -90,9 +90,9 @@ export default class ReCAPTCHA extends React.Component {
90
}
91
92
delayOfCaptchaIframeRemoving() {
93
- const temporaryNode = document.createElement('div');
+ const temporaryNode = document.createElement("div");
94
document.body.appendChild(temporaryNode);
95
- temporaryNode.style.display = 'none';
+ temporaryNode.style.display = "none";
96
97
// move of the recaptcha to a temporary node
98
while (this.captcha.firstChild) {
0 commit comments