diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-11 16:48:02 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-11 16:48:02 +0100 |
commit | 60d6d73fcad007d525c037f655c21fa774d75d2b (patch) | |
tree | ffd17a475b5293e1b8559864823ca6f8de5d5853 | |
parent | c7b768b4c853693c997b5b47c1fa83c22ecdffdf (diff) | |
parent | 70bdaeeb09ba766d5d8fd84d7f5b56a61eb8cc8a (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
-rw-r--r-- | js/util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js index 0314668d9..43f492274 100644 --- a/js/util.js +++ b/js/util.js @@ -289,6 +289,7 @@ var SN = { // StatusNet } } $('#'+form_id).resetForm(); + $('#'+form_id+' #'+SN.C.S.NoticeInReplyTo).val(''); $('#'+form_id+' #'+SN.C.S.NoticeDataAttachSelected).remove(); SN.U.FormNoticeEnhancements($('#'+form_id)); } |