Update post-menu.js.es6

The bookmark ID's were not very clear and not using the same names as the classes. This addresses that.
This commit is contained in:
ckeboss 2018-01-18 10:53:05 -08:00 committed by GitHub
parent fe5374dd3b
commit 1738a85bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ registerButton('bookmark', attrs => {
}
return {
id: attrs.bookmarked ? 'bookmark' : 'unbookmark',
id: attrs.bookmarked ? 'bookmarked' : 'unbookmarked',
action: 'toggleBookmark',
title: attrs.bookmarked ? "bookmarks.created" : "bookmarks.not_bookmarked",
className,