Need to run the NoticeFormSetup if forms are prerendered

This commit is contained in:
Mikael Nordfeldth 2015-03-07 23:42:27 +01:00
parent 75d45dace9
commit 77190c9a87
1 changed files with 1 additions and 0 deletions

View File

@ -703,6 +703,7 @@ var SN = { // StatusNet
});
} else {
replyForm = replyItem.children('form');
SN.Init.NoticeFormSetup(replyForm);
nextStep();
}
},