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.showRepliesBelow',
'post.can_delete',
'bookmarkClass',
'bookmarkTooltip',
'shareUrl',
'post.bookmarkClass',
'post.bookmarkTooltip',
'post.shareUrl',
'post.topic.deleted_at'),
render: function(buffer) {