reshare now works as expected opens the publisher and has the share button
This commit is contained in:
parent
01e557ba7a
commit
4425c3df83
1 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,11 @@
|
||||||
$(".question_mark").click();
|
$(".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 textarea, #publisher input").bind("focus", function(evt){
|
||||||
$("#publisher .options_and_submit").show();
|
$("#publisher .options_and_submit").show();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue