Add NCMEC link to report form. #591
This commit is contained in:
parent
ab530c15b0
commit
1d11276d64
@ -12,6 +12,12 @@ Report =
|
|||||||
|
|
||||||
Report.archive() if Conf['Archive 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"]')
|
if (passAd = $ 'a[href="https://www.4chan.org/pass"]')
|
||||||
$.extend passAd,
|
$.extend passAd,
|
||||||
textContent: 'Complain'
|
textContent: 'Complain'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user