reshare now works as expected opens the publisher and has the share button

This commit is contained in:
zhitomirskiyi 2010-12-18 22:30:12 -08:00
parent 01e557ba7a
commit 4425c3df83

View file

@ -12,6 +12,11 @@
$(".question_mark").click();
};
});
if($("textarea#status_message_message").val() != ""){
$("#publisher").removeClass("closed");
$("#publisher .options_and_submit").show();
}
$("#publisher textarea, #publisher input").bind("focus", function(evt){
$("#publisher .options_and_submit").show();