Fix error building Copy Text menu item in clones from fe6a8336fa47f396cac2926b7ae21faf5e0e1ff5.

This commit is contained in:
ccd0 2017-08-07 21:58:06 -07:00
parent c971496f51
commit 9e6fd51f08

View File

@ -12,7 +12,7 @@ CopyTextLink =
el: a
order: 12
open: (post) ->
CopyTextLink.text = post.commentOrig()
CopyTextLink.text = (post.origin or post).commentOrig()
true
copy: ->