disable autoclean on emails
[Pman.Core] / Pman.Dialog.CoreEmail.js
index 9e9979e..7480415 100644 (file)
@@ -782,6 +782,7 @@ Pman.Dialog.CoreEmail = {
                 {
                  xtype : 'HtmlEditor',
                  allowComments : true,
+                 autoClean : false,
                  autosave : function() {
                      
                      var body = _this.form.findField('bodytext');