6 lines
190 B
JavaScript
6 lines
190 B
JavaScript
$(document).ready(function()
|
|
{
|
|
if(browseType == 'bysearch') $.toggleQueryBox(true);
|
|
if($('#caseList thead th.w-title').width() < 150) $('#caseList thead th.w-title').width(150);
|
|
});
|