Return to placeholder entry after successful post

This commit is contained in:
Brion Vibber 2011-03-10 17:54:07 -08:00
parent 6066bce02c
commit 0ee5d79739
2 changed files with 2 additions and 1 deletions

View File

@ -424,6 +424,7 @@ var SN = { // StatusNet
.fadeIn(2500);
SN.U.NoticeWithAttachment($('#'+notice.id));
SN.U.NoticeReplyTo($('#'+notice.id));
SN.U.switchInputFormTab("placeholder");
}
} else {
// Not on a timeline that this belongs on?

2
js/util.min.js vendored

File diff suppressed because one or more lines are too long