socialforge/app/views/memos/quote.js.erb

5 lines
282 B
Plaintext
Raw Normal View History

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) %>");
$('#quote').val("<%= raw escape_javascript(@content) %>");
2015-05-23 16:50:28 +08:00
showAndScrollTo("new_memo", "cke_editor01");
$("img").removeAttr("align");