diff --git a/module/bug/js/browse.js b/module/bug/js/browse.js index 07b9ece2ef..dabca9ea4b 100644 --- a/module/bug/js/browse.js +++ b/module/bug/js/browse.js @@ -1,6 +1,5 @@ $(function() { - if(browseType == 'bysearch') ajaxGetSearchForm(); if($('#bugList thead th.w-title').width() < 150) $('#bugList thead th.w-title').width(150); if(flow == 'onlyTest') diff --git a/module/bug/view/browse.html.php b/module/bug/view/browse.html.php index 8ff34d2ca1..e34412a284 100644 --- a/module/bug/view/browse.html.php +++ b/module/bug/view/browse.html.php @@ -190,7 +190,7 @@ $currentBrowseType = isset($lang->bug->mySelects[$browseType]) && in_array($brow
-
+