Minor - Slow to fast accordion

skala
Julio Montoya 15 years ago
parent 6222f4759b
commit 99040cabd6
  1. 2
      main/social/groups.php

@ -62,7 +62,7 @@ function add_image_form() {
jQuery(document).ready(function() {
$(".head").click(function() {
$(this).next().slideToggle("slow");
$(this).next().slideToggle("fast");
image_clicked = $("#" + this.id + " img").attr("src");

Loading…
Cancel
Save