new.js.erb
3 lines
| 172 B
| text/plain
|
TextLexer
|
r9885 | $('#notes').val("<%= raw escape_javascript(@content) %>"); | ||
showAndScrollTo("update", "notes"); | ||||
$('#notes').scrollTop = $('#notes').scrollHeight - $('#notes').clientHeight; | ||||