From 1d11276d646ba5f5075a0520e7c379a35e144070 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 14 Nov 2015 12:21:18 -0800 Subject: [PATCH] Add NCMEC link to report form. #591 --- src/Miscellaneous/Report.coffee | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Miscellaneous/Report.coffee b/src/Miscellaneous/Report.coffee index aa1632436..59151f030 100755 --- a/src/Miscellaneous/Report.coffee +++ b/src/Miscellaneous/Report.coffee @@ -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'