Added the expected behavior of fading out the publisher field(s) if content type is clicked again

This commit is contained in:
ilya 2010-07-05 05:37:23 -04:00
parent 33611abeba
commit a009bb1565

View file

@ -12,6 +12,9 @@
$(this).toggleClass("selected");
$(form_id).delay(50).fadeIn(200);
} else {
$("#publisher_content_pickers").children("li").removeClass("selected");
$("#publisher_form form").fadeOut(200);
}
}
});