From 37fad362eecd6c268385a0f4cd942b777a14dc08 Mon Sep 17 00:00:00 2001 From: Simon Grim Date: Sun, 21 Oct 2018 06:04:01 +0500 Subject: [PATCH] secure a sequence order of splitted twists sending --- js/interface_common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = $('
'); }