]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Need to run the NoticeFormSetup if forms are prerendered
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 7 Mar 2015 22:42:27 +0000 (23:42 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 7 Mar 2015 22:42:27 +0000 (23:42 +0100)
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();
             }
         },