2014-04-03 22:38:18 +08:00
|
|
|
$('#contesting_project_list').html('<%= escape_javascript(render(:partial => 'project_list', :locals => {:contesting_project => @contesting_project})) %>');
|
2014-05-24 10:56:58 +08:00
|
|
|
$("#project_id").val("<%= l(:label_please_select_project) %>");
|
2014-04-03 22:38:18 +08:00
|
|
|
$("#contest_message").val( "<%= l(:label_bid_reason) %>" );
|
|
|
|
$("#put-bid-form").hide();
|