socialforge/app/views/bids/destroy.js.erb

2 lines
187 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
$('#history').html('<%= escape_javascript(render(:partial => 'history', :locals => {:bid => @bid, :journals => @jour, :state => false})) %>');
$('#bid_message_reference_user_id').val("");