mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
fixed bug 44805 - extra initInsertions() calls needed
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9951 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<table cellspacing="0" cellpadding="2" border="0">
|
||||
<!-- INCLUDE posting_buttons.html -->
|
||||
<tr>
|
||||
<td colspan="9"><textarea class="post" name="message" rows="10" cols="70" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{DRAFT_MESSAGE}</textarea></td>
|
||||
<td colspan="9"><textarea class="post" name="message" rows="10" cols="70" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();">{DRAFT_MESSAGE}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="9">
|
||||
|
Reference in New Issue
Block a user