mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-03 22:03:33 +03:00
Speed up toggling
This commit is contained in:
parent
d9607477ba
commit
475ecf349b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
</p>
|
||||
<script type="text/javascript">
|
||||
$('.toggler').click(function() {
|
||||
$(this).next().slideToggle('slow');
|
||||
$(this).next().slideToggle('fast');
|
||||
});
|
||||
|
||||
{% if enableSandbox %}
|
||||
|
|
Loading…
Add table
Reference in a new issue