diff --git a/module/project/js/common.js b/module/project/js/common.js index 2d78155edf..e0bcf39255 100644 --- a/module/project/js/common.js +++ b/module/project/js/common.js @@ -112,6 +112,7 @@ function computeEndDate(delta) /* Auto compute the work days. */ $(function() { + $(".chosenBox select").chosen({no_results_text: noResultsMatch}); setModal4List('iframe', 'taskList'); $(".date").bind('dateSelected', function() { diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index ccc5c19b30..9c7c3804a8 100644 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -78,7 +78,7 @@ $(document).ready(function()