Administrator
/
test_3
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
f9d0a7ef954f427124f3b0e2298b50bdbe3eb770
Authored by
Виталий
2016-05-04 13:46:21 +0300
1 parent
f0a961be
git
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/views/tender/view.php
Inline
Side-by-side
frontend/views/tender/view.php
Wrap text
Show/Hide comments
View file @
f9d0a7e
...
...
@@ -389,6 +389,7 @@
389
389
390
390
function tabs_()
391
391
{
392
+ console.log(location.hash)
392
393
$('.tabs_list').css('display', 'block')
393
394
$('._tabs').css({display : 'none'})
394
395
$('._tabs:first-child').css({display : 'block'})
...
...