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

2 lines
184 B
Plaintext
Raw Permalink Normal View History

2017-01-11 10:16:25 +08:00
$("#show_more_jours").replaceWith("<%= escape_javascript( render :partial => 'contests/contest_jours_list',:locals => {:jours => @jours, :page => @page, :count => @jour_count} )%>");