mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 23:59:26 +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')) {
|
if(contentContainer.is(':visible')) {
|
||||||
clearHash();
|
clearHash();
|
||||||
} else {
|
} else {
|
||||||
setHash($(this).attr('href'));
|
setHash($(this).data('href'));
|
||||||
}
|
}
|
||||||
|
|
||||||
contentContainer.slideToggle('fast');
|
contentContainer.slideToggle('fast');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user