diff --git a/js/util.js b/js/util.js index f7f3d5e76a..f52106eabb 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('');