4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
$(function()
|
|
{
|
|
if($('#ticketList thead th.c-title').width() < 150) $('#ticketList thead th.c-title').width(150);
|
|
}) |