Bug 53663

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@339 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
stas 2009-08-31 09:49:32 +00:00
parent 6a5d03754f
commit fbddab4b0b
1 changed files with 3 additions and 2 deletions

View File

@ -87,7 +87,8 @@
[% END %]
/* <textarea id="comment"> */
var textarea = document.getElementById('comment');
var textarea = document.getElementById('commentt');
//alert(textarea.value);
textarea.value += replytext;
textarea.focus();
@ -279,7 +280,7 @@
<br>
[% INCLUDE global/textarea.html.tmpl
name = 'comment'
id = 'comment'
id = 'commentt'
minrows = 10
maxrows = 25
cols = constants.COMMENT_COLS