From: Mikael Nordfeldth <mmn@hethane.se>
Date: Sat, 7 Mar 2015 22:42:27 +0000 (+0100)
Subject: Need to run the NoticeFormSetup if forms are prerendered
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=77190c9a87f36f6dfc3fd878ca5c568c7c2d1b79;p=quix0rs-gnu-social.git

Need to run the NoticeFormSetup if forms are prerendered
---

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();
             }
         },