browse.js 119 B

1234
  1. $(function()
  2. {
  3. if($('#ticketList thead th.c-title').width() < 150) $('#ticketList thead th.c-title').width(150);
  4. })