From: Sarven Capadisli Date: Sat, 28 Nov 2009 14:57:07 +0000 (+0000) Subject: Call FormXHR (single) instead of NoticeForm (all) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1ec0950006953c53355b91516418015498d8bec0;p=quix0rs-gnu-social.git Call FormXHR (single) instead of NoticeForm (all) --- diff --git a/js/util.js b/js/util.js index 8846fcd3d3..de3979195f 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('');