diff --git a/js/util.js b/js/util.js index f41cd07699..72fc2a58d5 100644 --- a/js/util.js +++ b/js/util.js @@ -703,6 +703,7 @@ var SN = { // StatusNet }); } else { replyForm = replyItem.children('form'); + SN.Init.NoticeFormSetup(replyForm); nextStep(); } },