* adjust the size of colorbox of customfiled.
This commit is contained in:
@@ -10,7 +10,7 @@ function browseByModule(active)
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
$("a.customFields").colorbox({width:600, height:340, iframe:true, transition:'none'});
|
||||
$("a.customFields").colorbox({width:540, height:340, iframe:true, transition:'none'});
|
||||
$('#' + browseType + 'Tab').addClass('active');
|
||||
$('#module' + moduleID).addClass('active');
|
||||
if(browseType == 'bysearch') ajaxGetSearchForm();
|
||||
|
||||
Reference in New Issue
Block a user