* refatory the search page.

* code for task#953.
This commit is contained in:
chencongzhi520@gmail.com
2012-12-21 06:26:07 +00:00
parent 67014fc6b7
commit 5d807f9325

View File

@@ -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)