* refatory the search page.
* code for task#953.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user