Minor fixes to PR #1440.

This commit is contained in:
ccd0 2017-07-14 20:08:51 -07:00
parent 40fb4fba4c
commit 6f9c6ec467

View File

@ -10,8 +10,9 @@ CopyTextLink =
Menu.menu.addEntry
el: a
order: 12
open: (post) ->
CopyTextLink.text = post.nodes.commentClean.innerText
CopyTextLink.text = post.info.comment
true
copy: ->