From a1e8d1a924746fc88f65e58a9540f2b079a46d48 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Sun, 18 Aug 2013 17:48:52 +0200 Subject: [PATCH] Remove the `Tab to Choose Files First` on Firefox. Firefox forces the flex order as tab order so the setting is useless. --- src/General/Config.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/General/Config.coffee b/src/General/Config.coffee index cd0aa1413..fc174dcfb 100644 --- a/src/General/Config.coffee +++ b/src/General/Config.coffee @@ -60,7 +60,9 @@ Config = 'Hide Original Post Form': [true, 'Hide the normal post form.'] 'Cooldown': [true, 'Indicate the remaining time before posting again.'] 'Cooldown Prediction': [true, 'Decrease the cooldown time by taking into account upload speed. Disable it if it\'s inaccurate for you.'] + <% if (type === 'crx') { %> 'Tab to Choose Files First': [false, 'Tab to the file input before the submit button.'] + <% } %> 'Quote Links': 'Quote Backlinks': [true, 'Add quote backlinks.'] 'OP Backlinks': [true, 'Add backlinks to the OP.']