Commit ca179ba8504dd10544ad41c5981b95da9b2fae9f
1 parent
dacd45d0
git
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
frontend/views/tender/view.php
| ... | ... | @@ -409,8 +409,11 @@ |
| 409 | 409 | var tabs = $('._tabs') |
| 410 | 410 | tabs.css({display : 'none'}) |
| 411 | 411 | $(tabs[index]).css({display : 'block'}) |
| 412 | + var thisHash = $(this).find('a').attr('href') | |
| 413 | + window.location.hash = thisHash; | |
| 412 | 414 | } |
| 413 | 415 | ) |
| 416 | + | |
| 414 | 417 | } |
| 415 | 418 | |
| 416 | 419 | function tenderMark() | ... | ... |