Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ const tinycomments_fetch = (conversationUids, done) => {

tinymce.init({
selector: 'textarea#comments-callback-with-mentions',
license_key: 'gpl',
toolbar: 'addcomment showcomments code | bold italic underline',
menubar: 'file edit view insert format tools tc help',
menu: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ const tinycomments_fetch = (conversationUids, done) => {

tinymce.init({
selector: 'textarea#comments-callback',
license_key: 'gpl',
toolbar: 'addcomment showcomments code | bold italic underline',
menubar: 'file edit view insert format tools tc help',
menu: {
Expand Down
Loading