mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 07:41:43 +03:00
Fix toggler click event
This commit is contained in:
parent
c03d35bee4
commit
abaf38adc3
@ -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