Add NCMEC link to report form. #591

This commit is contained in:
ccd0 2015-11-14 12:21:18 -08:00
parent ab530c15b0
commit 1d11276d64

View File

@ -12,6 +12,12 @@ Report =
Report.archive() if Conf['Archive Report']
link = $.el 'a',
href: 'https://report.cybertip.org/'
textContent: 'Report to NCMEC'
target: '_blank'
$.add d.body, [$.tn(' ['), link, $.tn(']')]
if (passAd = $ 'a[href="https://www.4chan.org/pass"]')
$.extend passAd,
textContent: 'Complain'