Skip to content
Snippets Groups Projects

Data sanitization in compose window

Merged Uma requested to merge uma.s/vtigercrm:data_sanitization_compose_Window into master
+ 1
5
Compare changes
  • Side-by-side
  • Inline
@@ -222,7 +222,7 @@ jQuery.Class("Emails_MassEdit_Js",{},{
jQuery(e.currentTarget).hide();
});
},
/**
* Function which will handle the reference auto complete event registrations
* @params - container <jQuery> - element in which auto complete fields needs to be searched
@@ -281,10 +281,6 @@ jQuery.Class("Emails_MassEdit_Js",{},{
return { id: term, text: term };
}
},
escapeMarkup: function(m) {
// Do not escape HTML in the select options text
return m;
},
}).on("change", function (selectedData) {
var addedElement = selectedData.added;
Loading