Fixed forum post form throwing up the navigation confirmation when it isn't supposed to.

This commit is contained in:
flash 2024-01-25 00:12:53 +00:00
parent 5a70e3f3f1
commit ddb255bf32
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
</div>
<div class="forum__post__buttons js-forum-posting-buttons">
<button class="input__button" onclick="forumPostingCloseOK = true;">Submit</button>
<button class="input__button" onclick="MszForumEditorAllowClose = true;">Submit</button>
</div>
</div>
</div>