diff --git a/script.coffee b/script.coffee index 9a9062811..736260931 100644 --- a/script.coffee +++ b/script.coffee @@ -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}"