FIX: Post Menu wasn't updating the bookmark icon properly.

This commit is contained in:
Robin Ward 2013-08-01 12:20:20 -04:00
parent 4a0ea7f776
commit be3c0f2bb4

View File

@ -16,9 +16,9 @@ Discourse.PostMenuView = Discourse.View.extend({
'post.reply_count', 'post.reply_count',
'post.showRepliesBelow', 'post.showRepliesBelow',
'post.can_delete', 'post.can_delete',
'bookmarkClass', 'post.bookmarkClass',
'bookmarkTooltip', 'post.bookmarkTooltip',
'shareUrl', 'post.shareUrl',
'post.topic.deleted_at'), 'post.topic.deleted_at'),
render: function(buffer) { render: function(buffer) {