diff --git a/module/block/view/qastatisticblock.html.php b/module/block/view/qastatisticblock.html.php index 70d6210fb3..1dcd0e9b51 100644 --- a/module/block/view/qastatisticblock.html.php +++ b/module/block/view/qastatisticblock.html.php @@ -74,18 +74,6 @@ $(function() e.preventDefault(); }); - /* Add link in progress. */ - $nav.on('click', 'a[data-target^=#tabQaProduct]', function() - { - var productID = $(this).attr('data-target').replace('#tabQaProduct', ''); - $progressValue = $nav.closest('.block-qa').find('.tab-content').find($(this).attr('data-target')).find('.progress-info .progress-value'); - setTimeout(function() - { - $progressValue.html("" + $progressValue.text() + ""); - }, 2000); - }); - $nav.find('li.active a[data-target^=#tabQaProduct]').click(); - $('[name^=build]').change(function() { var $tab = $('#bugBox' + $(this).val()); @@ -128,7 +116,7 @@ $(function()
bug->allBugs;?> - total;?> + total) ? 0 : html::a($this->createLink('bug', 'browse', "productID={$product->id}&branch=&type=all"), $product->total);?>