Fix #1076.
This commit is contained in:
parent
00427cfc52
commit
b18acfcef2
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user