From 6ab842c472ba7eca69ca953186db2824867b18f0 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 13 Feb 2016 23:11:25 -0800 Subject: [PATCH] Take our complaint links out of the tab order. --- src/Miscellaneous/Report.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Miscellaneous/Report.coffee b/src/Miscellaneous/Report.coffee index ea2e19086..575840763 100644 --- a/src/Miscellaneous/Report.coffee +++ b/src/Miscellaneous/Report.coffee @@ -16,6 +16,7 @@ Report = $.extend passAd, textContent: 'Complain' href: 'https://www.4chan-x.net/captchas.html' + tabIndex: -1 passAd.parentNode.normalize() if (prev = passAd.previousSibling)?.nodeType is Node.TEXT_NODE prev.nodeValue = prev.nodeValue.replace /4chan Pass[^\.]*\./i, 'reCAPTCHA malfunctioning?' @@ -25,6 +26,7 @@ Report = href: 'mailto:4chanpass@4chan.org?subject=4chan%20Pass%20-%20Purchase%20Support' textContent: 'Email 4chan' target: '_blank' + tabIndex: -1 ] if not Conf['Use Recaptcha v1 in Reports'] and not Conf['Force Noscript Captcha'] and Main.jsEnabled