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)