Fixed Ctrl+Enter submission not working anymore either.
This commit is contained in:
parent
ddb255bf32
commit
4b2f9a2fec
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
// can probably be done in a less stupid manner
|
// can probably be done in a less stupid manner
|
||||||
MszForumEditorAllowClose = true;
|
MszForumEditorAllowClose = true;
|
||||||
|
|
||||||
elem.submit();
|
elem.form.submit();
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Reference in a new issue