mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Merge pull request #447 from EmmanuelVella/toggler
Fix toggler click event
This commit is contained in:
commit
dcf8cdfe72
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@
|
|||
if(contentContainer.is(':visible')) {
|
||||
clearHash();
|
||||
} else {
|
||||
setHash($(this).attr('href'));
|
||||
setHash($(this).data('href'));
|
||||
}
|
||||
|
||||
contentContainer.slideToggle('fast');
|
||||
|
|
Loading…
Add table
Reference in a new issue