Firefox doesn't let me click() a checkbox that's not part of the document.
This commit is contained in:
parent
86cc721a56
commit
7e8011e9eb
@ -13,7 +13,7 @@ ReplyPruning =
|
|||||||
className: 'summary'
|
className: 'summary'
|
||||||
style: 'cursor: pointer;'
|
style: 'cursor: pointer;'
|
||||||
$.on @summary, 'click', =>
|
$.on @summary, 'click', =>
|
||||||
@inputs.enabled.click()
|
@inputs.enabled.checked = !@inputs.enabled.checked
|
||||||
$.event 'change', null, @inputs.enabled
|
$.event 'change', null, @inputs.enabled
|
||||||
|
|
||||||
label = UI.checkbox 'Prune Replies', 'Show Last'
|
label = UI.checkbox 'Prune Replies', 'Show Last'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user