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 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: ->