|
From: Jonathan H. <the...@us...> - 2001-12-28 20:27:35
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver In directory usw-pr-cvs1:/tmp/cvs-serv8042 Modified Files: posting_body.tpl Log Message: Fix for Bug # 491400.. Added an additional call to storeCaret for safety after bbcode insert Index: posting_body.tpl =================================================================== RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/posting_body.tpl,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** posting_body.tpl 2001/12/28 20:11:09 1.17 --- posting_body.tpl 2001/12/28 20:27:32 1.18 *************** *** 126,129 **** --- 126,130 ---- return; } + storeCaret(document.post.message); } *************** *** 193,197 **** return; } ! } --- 194,198 ---- return; } ! storeCaret(document.post.message); } |