Remove Report.coffee for now.

This commit is contained in:
ccd0 2014-12-21 15:26:35 -08:00
parent 44cd4d842a
commit 7b09a3f8f2
2 changed files with 0 additions and 9 deletions

View File

@ -48,7 +48,6 @@ Main =
when 'a.4cdn.org'
return
when 'sys.4chan.org'
Report.init()
return
when 'i.4cdn.org'
$.asap (-> d.readyState isnt 'loading'), ->

View File

@ -1,8 +0,0 @@
Report =
init: ->
return unless /report/.test(location.search)
$.asap (-> $.id 'recaptcha_response_field'), Report.ready
ready: ->
field = $.id 'recaptcha_response_field'
$.on field, 'keydown', (e) ->
$.globalEval 'Recaptcha.reload()' if e.keyCode is 8 and not field.value