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>
<script type="text/javascript">
$('.toggler').click(function() {
$(this).next().slideToggle('slow');
$(this).next().slideToggle('fast');
});
{% if enableSandbox %}