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.
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') %>");
|