Insert the Preview button before the Submit button.
This commit is contained in:
parent
4b91fd392a
commit
fb5ddbeba4
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ function forumPostingInit(): void
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
postingButtons.appendChild(previewButton);
|
postingButtons.insertBefore(previewButton, postingButtons.firstChild);
|
||||||
}
|
}
|
||||||
|
|
||||||
function forumPostingPreview(
|
function forumPostingPreview(
|
||||||
|
|
Loading…
Reference in a new issue