You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/competitions/enroll.js.erb

3 lines
251 B

$("#search_teams_count").html("<%= @search_teams_count %>").parent().show();
$("#team_members_count").html("<%= @team_members_count %>").parent().show();
$("#competition_team_list").replaceWith("<%= j(render :partial => 'competitions/team_list') %>");