* fix UI of views with querybox.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
if(browseType == 'bysearch') ajaxGetSearchForm();
|
||||
if(browseType == 'bysearch') $.toggleQueryBox(true);
|
||||
if($('#caseList thead th.w-title').width() < 150) $('#caseList thead th.w-title').width(150);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user