3 lines
251 B
3 lines
251 B
6 years ago
|
$("#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') %>");
|