Files
EasySoft-ZenTaoPMS/module/execution/js/bug.js
2022-07-07 14:12:45 +08:00

6 lines
203 B
JavaScript

$(function()
{
if(browseType != 'bysearch') $('#module' + param).closest('li').addClass('active');
if($('#bugList thead th.c-title').width() < 150) $('#bugList thead th.c-title').width(150);
});