]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - js/util.js
Need to run the NoticeFormSetup if forms are prerendered
[quix0rs-gnu-social.git] / js / util.js
index f41cd07699d5938565a6edf5af3bfc634f0f47b2..72fc2a58d5761de591c8652051044b051abc37f1 100644 (file)
@@ -703,6 +703,7 @@ var SN = { // StatusNet
                 });
             } else {
                 replyForm = replyItem.children('form');
+                SN.Init.NoticeFormSetup(replyForm);
                 nextStep();
             }
         },