Commit f73f32ae6414e4013b5b70ac45b7819b000ff831
1 parent
d82b84f4
Exists in
master
and in
5 other branches
Trying to fix captcha problem
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -439,7 +439,7 @@ |
439 | 439 | <input id="user_oauth_providers" name="oauth_providers" type="hidden"> |
440 | 440 | </div> |
441 | 441 | <div class="captcha col-sm-12"> |
442 | - <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-"></script> | |
442 | + <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-" async defer></script> | |
443 | 443 | <noscript> |
444 | 444 | <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdsWAcTAAAAAChTUUD6yu9fCDhdIZzNd7F53zf-" height="300" width="500" frameborder="0"></iframe><br/> |
445 | 445 | <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> | ... | ... |