mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
FIX: Post Menu wasn't updating the bookmark icon properly.
This commit is contained in:
parent
4a0ea7f776
commit
be3c0f2bb4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user