From fb5ddbeba4020f022b90ec9276b54f838c525b9f Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 4 Feb 2019 11:19:37 +0100 Subject: [PATCH] Insert the Preview button before the Submit button. --- assets/typescript/Forum/Posting.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/typescript/Forum/Posting.ts b/assets/typescript/Forum/Posting.ts index c80da899..6c1ebaef 100644 --- a/assets/typescript/Forum/Posting.ts +++ b/assets/typescript/Forum/Posting.ts @@ -109,7 +109,7 @@ function forumPostingInit(): void } }); - postingButtons.appendChild(previewButton); + postingButtons.insertBefore(previewButton, postingButtons.firstChild); } function forumPostingPreview(