Skip to content
Snippets Groups Projects
Commit 8e4ceaaa authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge remote branch 'adriane/issue/ccbcc-internet-explorer' into develop-next

parents f7c5dccb 907af195
No related branches found
No related tags found
No related merge requests found
......@@ -1195,7 +1195,7 @@ $(function() {
var target = e.currentTarget.id;
var addTo = (target == 'cc_users') ? 'addcc' : 'addbcc';
if(el.val().includes("NEW")) {
if(el.val().indexOf("NEW") > -1) {
$("li[title='— Add New —']").remove();
var url = 'ajax.php/thread/' + tid + '/add-collaborator/' + addTo ;
$.userLookup(url, function(user) {
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment