5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
$(function()
|
|
{
|
|
if($('#bugList thead th.c-title').width() < 150) $('#bugList thead th.c-title').width(150);
|
|
});
|