mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 11:19:51 +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.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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user