2014-08-01 14:08:38 +08:00
|
|
|
//ckeditor.setData("<%= raw escape_javascript(@content) %>");
|
2015-04-03 15:39:24 +08:00
|
|
|
$('#message_quote').html("<%= raw escape_javascript(@temp.content.html_safe) %>");
|
2014-08-04 17:30:29 +08:00
|
|
|
$('#quote').val("<%= raw escape_javascript(@content) %>");
|
2015-05-23 16:50:28 +08:00
|
|
|
showAndScrollTo("new_memo", "cke_editor01");
|
|
|
|
$("img").removeAttr("align");
|