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

2 lines
199 B
Plaintext
Raw Normal View History

2014-04-03 22:38:18 +08:00
$('#history').html('<%= escape_javascript(render(:partial => 'history', :locals => {:contest => @contest, :journals => @jour, :state => false})) %>');
$('#contest_message_reference_user_id').val("");