diff --git a/module/bug/view/create.html.php b/module/bug/view/create.html.php index ef90712a28..598c5345dc 100644 --- a/module/bug/view/create.html.php +++ b/module/bug/view/create.html.php @@ -171,7 +171,7 @@ js::set('refresh', $lang->refresh); if(empty($contactLists)) { echo ''; - echo ''; + echo ''; echo ''; echo ''; } diff --git a/module/company/js/browse.js b/module/company/js/browse.js index 26d385e9de..afdb55566e 100644 --- a/module/company/js/browse.js +++ b/module/company/js/browse.js @@ -2,10 +2,6 @@ function batchEdit() { $('#userListForm').attr('action', createLink('user', 'batchEdit', 'dept=' + deptID)); } -function manageContacts() -{ - $('#userListForm').attr('action', createLink('user', 'manageContacts')); -} $(function() { setTimeout(function(){fixedTfootAction('#userListForm')}, '100'); diff --git a/module/company/view/browse.html.php b/module/company/view/browse.html.php index cae7b55e80..e3c22f8f3d 100644 --- a/module/company/view/browse.html.php +++ b/module/company/view/browse.html.php @@ -54,8 +54,7 @@ js::set('confirmDelete', $lang->user->confirmDelete);