diff --git a/frontend/views/tender/view.php b/frontend/views/tender/view.php index 2ec89b4..72f855c 100755 --- a/frontend/views/tender/view.php +++ b/frontend/views/tender/view.php @@ -409,8 +409,11 @@ var tabs = $('._tabs') tabs.css({display : 'none'}) $(tabs[index]).css({display : 'block'}) + var thisHash = $(this).find('a').attr('href') + window.location.hash = thisHash; } ) + } function tenderMark() -- libgit2 0.21.4