From 9a3363fda5da7d5c04440bac2fcf962a780c6c1a Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Sun, 20 Jan 2013 09:22:34 +0000 Subject: [PATCH] * adjust the size of colorbox of customfiled. --- 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 0a051dafa3..55f6788f5d 100644 --- a/module/bug/js/browse.js +++ b/module/bug/js/browse.js @@ -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();