mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Merge pull request #447 from EmmanuelVella/toggler
Fix toggler click event
This commit is contained in:
commit
dcf8cdfe72
@ -95,7 +95,7 @@
|
||||
if(contentContainer.is(':visible')) {
|
||||
clearHash();
|
||||
} else {
|
||||
setHash($(this).attr('href'));
|
||||
setHash($(this).data('href'));
|
||||
}
|
||||
|
||||
contentContainer.slideToggle('fast');
|
||||
|
Loading…
x
Reference in New Issue
Block a user