diff --git a/module/bug/js/create.js b/module/bug/js/create.js index 247e64e139..1b381ac281 100644 --- a/module/bug/js/create.js +++ b/module/bug/js/create.js @@ -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(); }) }