Setting style property fails in older browsers. #837

This commit is contained in:
ccd0 2016-04-04 21:16:36 -07:00
parent 6f15a85955
commit 4dec6a3d80

View File

@ -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