Commit ea788ff13a0f1ecbc31252a9a2803304ecee637f

Authored by Виталий
1 parent dde061b3

git

Showing 1 changed file with 11 additions and 9 deletions   Show diff stats
frontend/views/tender/view.php
... ... @@ -390,15 +390,17 @@
390 390 function tabs_()
391 391 {
392 392 $('.tabs_list').css('display', 'block')
393   - if(location.hash=='#tabs_2') {
394   - $('._tabs').css({display : 'block'})
395   - $('._tabs:first-child').css({display : 'none'})
396   - $('.tabs_list ul li').addClass('active')
397   - $('.tabs_list ul li:first-child').removeClass('active')
398   - } else {
399   - $('._tabs').css({display : 'none'})
400   - $('._tabs:first-child').css({display : 'block'})
401   - }
  393 +// if(location.hash=='#tabs_2') {
  394 +// $('._tabs').css({display : 'block'})
  395 +// $('._tabs:first-child').css({display : 'none'})
  396 +// $('.tabs_list ul li').addClass('active')
  397 +// $('.tabs_list ul li:first-child').removeClass('active')
  398 +// } else {
  399 +// $('._tabs').css({display : 'none'})
  400 +// $('._tabs:first-child').css({display : 'block'})
  401 +// }
  402 + $('._tabs').css({display : 'none'})
  403 + $('._tabs:first-child').css({display : 'block'})
402 404  
403 405 $('.tabs_list ul li').click(
404 406 function()
... ...