2013-08-15 09:54:08 +08:00
|
|
|
$('#pre_show').html('<%= escape_javascript(render(:partial => 'pre_show', :locals => {:content => @content})) %>');
|
2013-08-06 22:26:52 +08:00
|
|
|
$('#new_form_reference_user_id').val("<%= @id %>");
|
2013-08-15 09:54:08 +08:00
|
|
|
showAndScrollTo("pre_show", "new_form_user_message");
|
2013-12-24 16:42:56 +08:00
|
|
|
|