diff --git a/src/Miscellaneous/ExpandComment.coffee b/src/Miscellaneous/ExpandComment.coffee index 8ed23fbae..14e6a4d48 100644 --- a/src/Miscellaneous/ExpandComment.coffee +++ b/src/Miscellaneous/ExpandComment.coffee @@ -6,7 +6,7 @@ ExpandComment = name: 'Comment Expansion' cb: @node node: -> - if a = $ '.abbr > a', @nodes.comment + if a = $ '.abbr > a:not([onclick])', @nodes.comment $.on a, 'click', ExpandComment.cb cb: (e) -> e.preventDefault()