diff --git a/src/Monitoring/ReplyPruning.coffee b/src/Monitoring/ReplyPruning.coffee index 6321fb2e0..13fef8d9d 100644 --- a/src/Monitoring/ReplyPruning.coffee +++ b/src/Monitoring/ReplyPruning.coffee @@ -9,7 +9,7 @@ ReplyPruning = @summary = $.el 'span', hidden: true className: 'summary' - style: 'cursor: pointer;' + @summary.style.cursor = 'pointer' $.on @summary, 'click', => @inputs.enabled.checked = !@inputs.enabled.checked $.event 'change', null, @inputs.enabled