adjust for fixFeatureBar.

This commit is contained in:
wangyidong
2019-05-30 17:44:03 +08:00
parent 0d2d17e9ad
commit 01286bd284
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
$(function()
{
if($('#bugList thead th.c-title').width() < 150) $('#bugList thead th.c-title').width(150);
setTimeout(function(){fixFeatureBar();}, 10);
if(flow == 'onlyTest')
{
+1 -1
View File
@@ -1,7 +1,7 @@
$(function()
{
if($('#taskList thead th.c-name').width() < 150) $('#taskList thead th.c-name').width(150);
setTimeout(function(){fixFeatureBar();}, 500);
setTimeout(function(){fixFeatureBar();}, 10);
});
$('#module' + moduleID).closest('li').addClass('active');