Make entirety of 'Threading' menu item clickable.

This commit is contained in:
ccd0 2016-04-03 15:59:15 -07:00
parent 54c165b667
commit e7fce8d0ac

View File

@ -6,8 +6,8 @@ QuoteThreading =
init: ->
return unless Conf['Quote Threading'] and g.VIEW is 'thread'
@controls = $.el 'span',
<%= html('<label><input id="threadingControl" name="Thread Quotes" type="checkbox"> Threading</label>') %>
@controls = $.el 'label',
<%= html('<input id="threadingControl" name="Thread Quotes" type="checkbox"> Threading') %>
@threadNewLink = $.el 'span',
className: 'brackets-wrap threadnewlink'