Commit 6ce449ba315de68fa5332df1a9f2efc7ac4e99ce
1 parent
f73f32ae
Exists in
master
and in
5 other branches
fix missing part of the captcha
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
js/main.js
| ... | ... | @@ -1215,7 +1215,8 @@ define(['jquery', 'handlebars', 'fastclick', 'handlebars_helpers', 'piwik'], fun |
| 1215 | 1215 | // $loginPanel.hide(); |
| 1216 | 1216 | // } |
| 1217 | 1217 | }); |
| 1218 | - grecaptcha.reset(); | |
| 1218 | + //Reset captcha here | |
| 1219 | + //grecaptcha.reset(); | |
| 1219 | 1220 | e.preventDefault(); |
| 1220 | 1221 | }); |
| 1221 | 1222 | ... | ... |