adjust for fixFeatureBar.
This commit is contained in:
@@ -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,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');
|
||||
|
||||
Reference in New Issue
Block a user