From 2b14bf65fe42e1977629d6d5a2ca0c83c214bb37 Mon Sep 17 00:00:00 2001 From: Catouse Date: Fri, 25 May 2018 17:05:40 +0800 Subject: [PATCH] * refactor bug/browse view. --- module/bug/js/browse.js | 1 - module/bug/view/browse.html.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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
-
+