From 77190c9a87f36f6dfc3fd878ca5c568c7c2d1b79 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Sat, 7 Mar 2015 23:42:27 +0100 Subject: [PATCH] Need to run the NoticeFormSetup if forms are prerendered --- js/util.js | 1 + 1 file changed, 1 insertion(+) 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(); } },