This commit is contained in:
James Campos 2011-05-16 00:41:53 -07:00
parent 6507d375f0
commit 8c779b5c9f

View File

@ -897,6 +897,7 @@ qr =
dialog: (link) ->
#maybe should be global
MAX_FILE_SIZE = $('input[name="MAX_FILE_SIZE"]').value
#FIXME inlined quotes
THREAD_ID = g.THREAD_ID or link.pathname.split('/').pop()
challenge = $('input[name=recaptcha_challenge_field]').value
src = "http://www.google.com/recaptcha/api/image?c=#{challenge}"