* Add spaces.

This commit is contained in:
tianshujie
2022-03-09 13:22:43 +08:00
parent e4dba8b073
commit e7670ff411
+1 -1
View File
@@ -37,7 +37,7 @@ function loadExecutionTeamMembers(productID, changeProduct)
$('#assignedTo').replaceWith(data);
$('#assignedTo_chosen').remove();
$('#assignedTo').chosen();
if(typeof(changeProduct) != undefined && changeProduct)setAssignedTo();
if(typeof(changeProduct) != undefined && changeProduct) setAssignedTo();
})
}