Skip to content

Commit

Permalink
Changes for create ticket message icon: uvdesk#629
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi12-gupta committed May 8, 2023
1 parent cdd43fb commit decf7a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/views/Snippets/createMemberTicket.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,13 @@
},
'reply' : {
fn: function(value) {
var content = tinyMCE.activeEditor.getContent();
if (content) {
return false;
}else {
return true;
}
if(!tinyMCE.get("uv-edit-create-thread"))
return false;
var html = tinyMCE.get("uv-edit-create-thread").getContent();
Expand Down

0 comments on commit decf7a6

Please sign in to comment.