diff --git a/js/interface_common.js b/js/interface_common.js index e6fbc39..088ae08 100644 --- a/js/interface_common.js +++ b/js/interface_common.js @@ -2467,7 +2467,8 @@ function postSubmit(e, oldLastPostId) { if (splitedPostsCount > 1) { if (textArea.length < splitedPostsCount) { //current part will be sent as reply to the previous part... - postData = $('
'); }