From e7fce8d0aca87edb01af63da579f031ad7bb1ada Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 3 Apr 2016 15:59:15 -0700 Subject: [PATCH] Make entirety of 'Threading' menu item clickable. --- src/Quotelinks/QuoteThreading.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Quotelinks/QuoteThreading.coffee b/src/Quotelinks/QuoteThreading.coffee index 775abde7c..d60453143 100644 --- a/src/Quotelinks/QuoteThreading.coffee +++ b/src/Quotelinks/QuoteThreading.coffee @@ -6,8 +6,8 @@ QuoteThreading = init: -> return unless Conf['Quote Threading'] and g.VIEW is 'thread' - @controls = $.el 'span', - <%= html('') %> + @controls = $.el 'label', + <%= html(' Threading') %> @threadNewLink = $.el 'span', className: 'brackets-wrap threadnewlink'