diff --git a/src/Monitoring/ReplyPruning.coffee b/src/Monitoring/ReplyPruning.coffee index 499f5113e..a8cf609b4 100644 --- a/src/Monitoring/ReplyPruning.coffee +++ b/src/Monitoring/ReplyPruning.coffee @@ -13,7 +13,7 @@ ReplyPruning = className: 'summary' style: 'cursor: pointer;' $.on @summary, 'click', => - @inputs.enabled.click() + @inputs.enabled.checked = !@inputs.enabled.checked $.event 'change', null, @inputs.enabled label = UI.checkbox 'Prune Replies', 'Show Last'