Committer: dpetrov
LJSUP-11065: JS error when oprn page like http://ljwebt2.lj-9.bulyon.local/93045.html?replyto=169589U trunk/templates/CommentForm/Form.tmpl
Modified: trunk/templates/CommentForm/Form.tmpl =================================================================== --- trunk/templates/CommentForm/Form.tmpl 2012-02-03 07:41:05 UTC (rev 21079) +++ trunk/templates/CommentForm/Form.tmpl 2012-02-03 08:38:31 UTC (rev 21080) @@ -221,7 +221,7 @@ jQuery('#postform-wrapper') .commentator({ publicKey: '<TMPL_VAR captcha_public>', - captchaContainerId: 'captcha-container', + captchaContainerId: 'captcha-container' }) .authtype({ forceStartupCaptcha: !!(Number('<TMPL_VAR need_captcha>')),