diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-28 14:57:07 +0000 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-01 12:10:39 -0500 |
commit | 1ec0950006953c53355b91516418015498d8bec0 (patch) | |
tree | f7efb9264974ad55ddd1f83e89baea04aa937459 | |
parent | d645db38ae4ff4179f7fc31d4501d48054c4b8e6 (diff) |
Call FormXHR (single) instead of NoticeForm (all)
-rw-r--r-- | js/util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js index 8846fcd3d..de3979195 100644 --- a/js/util.js +++ b/js/util.js @@ -232,7 +232,7 @@ var SN = { // StatusNet $('#'+notice.id).fadeIn(2500); SN.U.NoticeAttachments(); SN.U.NoticeReply(); - SN.U.NoticeFavor(); + SN.U.FormXHR($('#'+notice.id+' .form_favor')); } } $('#'+form_id+' #'+SN.C.S.NoticeDataText).val(''); |