3eaa998c28
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10054 e93f8b46-1217-0410-a6f0-8f06a7374b81
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
$('notes').value = "<%= raw escape_javascript(@content) %>";
|
|
Element.show('update');
|
|
Form.Element.focus('notes');
|
|
Element.scrollTo('update');
|
|
$('notes').scrollTop = $('notes').scrollHeight - $('notes').clientHeight;
|