Merge pull request #2135 from Pistos/issue-2102-post-buttons-disappear

Reopen Publisher after changing Aspect selection if there is unsent text
This commit is contained in:
Maxwell Salzberg 2011-10-07 14:06:56 -07:00
commit d226c32f75

View file

@ -134,6 +134,9 @@
});
self.globalPublish("stream/reloaded");
if( post !== "" ) {
Publisher.open();
}
self.fadeIn();
});
};