This commit is contained in:
Nicolas Stepien 2013-04-30 03:35:55 +02:00
parent 00427cfc52
commit b18acfcef2

View File

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