Minor fixes to PR #1440.
This commit is contained in:
parent
40fb4fba4c
commit
6f9c6ec467
@ -10,8 +10,9 @@ CopyTextLink =
|
|||||||
|
|
||||||
Menu.menu.addEntry
|
Menu.menu.addEntry
|
||||||
el: a
|
el: a
|
||||||
|
order: 12
|
||||||
open: (post) ->
|
open: (post) ->
|
||||||
CopyTextLink.text = post.nodes.commentClean.innerText
|
CopyTextLink.text = post.info.comment
|
||||||
true
|
true
|
||||||
|
|
||||||
copy: ->
|
copy: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user