From 5d90cf0f286f02f2884728a4ce947d5e8217e8bd Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 22 Jun 2015 18:46:13 -0700 Subject: [PATCH] Don't need to replace language if we're replacing the whole captcha. --- src/Miscellaneous/Report.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Miscellaneous/Report.coffee b/src/Miscellaneous/Report.coffee index 4f1ec3d3c..742e10ea7 100755 --- a/src/Miscellaneous/Report.coffee +++ b/src/Miscellaneous/Report.coffee @@ -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