Added the expected behavior of fading out the publisher field(s) if content type is clicked again
This commit is contained in:
parent
33611abeba
commit
a009bb1565
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue