Reopen Publisher after changing Aspect selection if there is unsent text in the Publisher.

This commit is contained in:
Pistos 2011-10-07 15:53:01 -04:00
parent 2b22e1dab5
commit 2d7a2c7e29

View file

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