Make entirety of 'Threading' menu item clickable.
This commit is contained in:
parent
54c165b667
commit
e7fce8d0ac
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user