mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 05:15:45 -04:00
FIX: Post Menu wasn't updating the bookmark icon properly.
This commit is contained in:
parent
4a0ea7f776
commit
be3c0f2bb4
1 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue