From 4425c3df83cd1a25a271bdd9eb44e2f0c9ce91fd Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Sat, 18 Dec 2010 22:30:12 -0800 Subject: [PATCH] reshare now works as expected opens the publisher and has the share button --- app/views/shared/_publisher.haml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/shared/_publisher.haml b/app/views/shared/_publisher.haml index 9ce6b2130..352addec4 100644 --- a/app/views/shared/_publisher.haml +++ b/app/views/shared/_publisher.haml @@ -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();