2014-08-01 14:08:38 +08:00
|
|
|
//ckeditor.setData("<%= raw escape_javascript(@content) %>");
|
|
|
|
$('#message_quote').html("<%= raw escape_javascript(@temp.content) %>");
|
2014-08-04 17:30:29 +08:00
|
|
|
$('#quote').val("<%= raw escape_javascript(@content) %>");
|
2013-11-26 16:32:08 +08:00
|
|
|
showAndScrollTo("new_memo", "cke_editor01");
|