This commit is contained in:
yutao 2015-07-10 14:20:40 +08:00
parent 02d09c84b4
commit e7292fdb59
1 changed files with 0 additions and 3 deletions

View File

@ -11,8 +11,5 @@ $('#history').html('<%= escape_javascript(render(:partial => 'users/history',:lo
$('#jour_count').html('<%= @obj_count%>')
$('#pre_show').html('<%= escape_javascript(render(:partial => 'pre_show', :locals => {:content => nil})) %>');
$('#new_form_user_message').val("");
if($('#new_message_cancel_btn') != undefined && $('#new_message_cancel_btn').length!=0){
$('#new_message_cancel_btn').click();
}
$('#new_form_reference_user_id').val("");
<% end %>