diff --git a/module/execution/js/storyestimate.js b/module/execution/js/storyestimate.js index 66712db016..98b0e4c576 100644 --- a/module/execution/js/storyestimate.js +++ b/module/execution/js/storyestimate.js @@ -39,6 +39,7 @@ function showNewEstimate() $('.th-new-estimate').removeClass('hide'); $('.new-estimate').removeClass('hide'); $('.form-actions').removeClass('hide'); + $('.empty-th').addClass('hide'); } function selectRound(round) diff --git a/module/execution/view/storyestimate.html.php b/module/execution/view/storyestimate.html.php index f0cb548add..6dd16183d4 100644 --- a/module/execution/view/storyestimate.html.php +++ b/module/execution/view/storyestimate.html.php @@ -42,9 +42,10 @@
| execution->team;?> | -story->estimate;?> | - +execution->team;?> | +story->estimate;?> | + +
|---|