Speed up toggling

This commit is contained in:
Jordi Boggiano 2013-08-07 12:55:15 +02:00
parent d9607477ba
commit 475ecf349b

View File

@ -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 %}