mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Speed up toggling
This commit is contained in:
parent
d9607477ba
commit
475ecf349b
@ -49,7 +49,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$('.toggler').click(function() {
|
$('.toggler').click(function() {
|
||||||
$(this).next().slideToggle('slow');
|
$(this).next().slideToggle('fast');
|
||||||
});
|
});
|
||||||
|
|
||||||
{% if enableSandbox %}
|
{% if enableSandbox %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user