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

3 lines
170 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 => true})) %>');
$('#user_message').val("");