Merge branch 'master' into color-change
This commit is contained in:
commit
b45a72f41b
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