From 5d807f93250f2a3c88fdee7b3e2b918d73a70e63 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Fri, 21 Dec 2012 06:26:07 +0000 Subject: [PATCH] * refatory the search page. * code for task#953. --- module/bug/js/browse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/js/browse.js b/module/bug/js/browse.js index 3d8ef1f3e0..0a051dafa3 100644 --- a/module/bug/js/browse.js +++ b/module/bug/js/browse.js @@ -13,7 +13,7 @@ $(document).ready(function() $("a.customFields").colorbox({width:600, height:340, iframe:true, transition:'none'}); $('#' + browseType + 'Tab').addClass('active'); $('#module' + moduleID).addClass('active'); - if(borwseType == 'bysearch') ajaxGetSearchForm(); + if(browseType == 'bysearch') ajaxGetSearchForm(); /* If customed and the browse is ie6, remove the ie6.css. */ if(customed && $.browser.msie && Math.floor(parseInt($.browser.version)) == 6)