diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-28 14:57:07 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-28 14:57:07 +0000 |
commit | bbeea0812726a2f51c9879bc3b851308e3680e6e (patch) | |
tree | b0fae688b95f7e2431a64b701f0583c794461f1f /js | |
parent | 2ac1179a05f50a9825a2d1955f49aee7a6254f04 (diff) |
Call FormXHR (single) instead of NoticeForm (all)
Diffstat (limited to 'js')
-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 f7f3d5e76..f52106eab 100644 --- a/js/util.js +++ b/js/util.js @@ -235,7 +235,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(''); |