Fix #1076.
This commit is contained in:
parent
00427cfc52
commit
b18acfcef2
@ -6,7 +6,7 @@ ExpandComment =
|
|||||||
name: 'Comment Expansion'
|
name: 'Comment Expansion'
|
||||||
cb: @node
|
cb: @node
|
||||||
node: ->
|
node: ->
|
||||||
if a = $ '.abbr > a', @nodes.comment
|
if a = $ '.abbr > a:not([onclick])', @nodes.comment
|
||||||
$.on a, 'click', ExpandComment.cb
|
$.on a, 'click', ExpandComment.cb
|
||||||
cb: (e) ->
|
cb: (e) ->
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user