Insert the Preview button before the Submit button.

This commit is contained in:
flash 2019-02-04 11:19:37 +01:00
parent 4b91fd392a
commit fb5ddbeba4

View file

@ -109,7 +109,7 @@ function forumPostingInit(): void
} }
}); });
postingButtons.appendChild(previewButton); postingButtons.insertBefore(previewButton, postingButtons.firstChild);
} }
function forumPostingPreview( function forumPostingPreview(