To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / messages / quote.js.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (290 Bytes)

1
$('#message_subject').val("<%= raw escape_javascript(@subject) %>");
2
$('#message_content').val("<%= raw escape_javascript(@content) %>");
3
showAndScrollTo("reply", "message_content");
4
$('#message_content').scrollTop = $('#message_content').scrollHeight - $('#message_content').clientHeight;