diff --git a/frappe/public/js/frappe/views/communication.js b/frappe/public/js/frappe/views/communication.js index fe503ad268..6aeff07f4d 100755 --- a/frappe/public/js/frappe/views/communication.js +++ b/frappe/public/js/frappe/views/communication.js @@ -645,27 +645,10 @@ frappe.views.CommunicationComposer = Class.extend({ var reply = (this.message || "") + (signature ? ("
" + signature) : ""); - var content = ''; - if(last_email) { - var last_email_content = last_email.original_comment || last_email.content; + // why do we append the last email in the reply? + var content = "

" + reply; - last_email_content = last_email_content - .replace(/<meta[\s\S]*meta>/g, '') // remove tags - .replace(/<style[\s\S]*<\/style>/g, ''); // // remove