From ca179ba8504dd10544ad41c5981b95da9b2fae9f Mon Sep 17 00:00:00 2001 From: Веталь Date: Wed, 4 May 2016 15:47:46 +0300 Subject: [PATCH] git --- frontend/views/tender/view.php | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) 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