Committer: dpetrov
LJSUP-10814: captcha is not loaded for anonymous commentersU trunk/templates/CommentForm/Form.tmpl
Modified: trunk/templates/CommentForm/Form.tmpl =================================================================== --- trunk/templates/CommentForm/Form.tmpl 2011-12-20 06:28:09 UTC (rev 20814) +++ trunk/templates/CommentForm/Form.tmpl 2011-12-20 10:26:26 UTC (rev 20815) @@ -221,9 +221,9 @@ .commentator({ publicKey: '<TMPL_VAR captcha_public>', captchaContainerId: 'captcha-container', - needCaptcha: !!(Number('<TMPL_VAR need_captcha>')) }) .authtype({ + forceStartupCaptcha: !!(Number('<TMPL_VAR need_captcha>')), selectors: { authTypeRadios: '.b-postform-login-{authType} .b-postform-login-radio' }