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() project->manageProducts;?> - + project->goal;?> diff --git a/module/project/view/edit.html.php b/module/project/view/edit.html.php index 860b28f977..8868b52d60 100644 --- a/module/project/view/edit.html.php +++ b/module/project/view/edit.html.php @@ -67,7 +67,7 @@ project->manageProducts;?> - + project->goal;?> diff --git a/module/task/view/create.html.php b/module/task/view/create.html.php index efb79ab61d..591678ba5d 100644 --- a/module/task/view/create.html.php +++ b/module/task/view/create.html.php @@ -13,7 +13,6 @@ - task->placeholder);?> task->chosen->mailto);?>