mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:02:45 +08:00
FIX: Couldn't unbookmark posts
This commit is contained in:
parent
283dc7dd2d
commit
0293eb4a13
|
@ -207,7 +207,7 @@ Discourse.PostMenuView = Discourse.View.extend({
|
|||
}
|
||||
|
||||
buffer.push("<button title=\"" + tooltip +
|
||||
"\" data-action=\"" + buttonClass + "\" class='bookmark'><div class='" + iconClass +
|
||||
"\" data-action=\"bookmark\" class='bookmark'><div class='" + iconClass +
|
||||
"'></div></button>");
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user