Make entirety of 'Threading' menu item clickable.
This commit is contained in:
parent
54c165b667
commit
e7fce8d0ac
@ -6,8 +6,8 @@ QuoteThreading =
|
|||||||
init: ->
|
init: ->
|
||||||
return unless Conf['Quote Threading'] and g.VIEW is 'thread'
|
return unless Conf['Quote Threading'] and g.VIEW is 'thread'
|
||||||
|
|
||||||
@controls = $.el 'span',
|
@controls = $.el 'label',
|
||||||
<%= html('<label><input id="threadingControl" name="Thread Quotes" type="checkbox"> Threading</label>') %>
|
<%= html('<input id="threadingControl" name="Thread Quotes" type="checkbox"> Threading') %>
|
||||||
|
|
||||||
@threadNewLink = $.el 'span',
|
@threadNewLink = $.el 'span',
|
||||||
className: 'brackets-wrap threadnewlink'
|
className: 'brackets-wrap threadnewlink'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user