Don't need to replace language if we're replacing the whole captcha.

This commit is contained in:
ccd0 2015-06-22 18:46:13 -07:00
parent 68ebbf2151
commit 5d90cf0f28

View File

@ -3,7 +3,7 @@ Report =
init: ->
return unless /\bmode=report\b/.test(location.search) and match = location.search.match /\bno=(\d+)/
Captcha.language.fixPage()
Captcha.language.fixPage() unless Conf['Use Recaptcha v2 in Reports']
@postID = +match[1]
$.ready @ready