diff --git a/lms/djangoapps/teams/static/teams/js/views/team_profile.js b/lms/djangoapps/teams/static/teams/js/views/team_profile.js index fefbea95b3..8184283dec 100644 --- a/lms/djangoapps/teams/static/teams/js/views/team_profile.js +++ b/lms/djangoapps/teams/static/teams/js/views/team_profile.js @@ -42,7 +42,6 @@ membershipText: TeamUtils.teamCapacityText(memberships.length, this.maxTeamSize), isMember: isMember, hasCapacity: memberships.length < this.maxTeamSize, - isEmpty: memberships.length < 1 })); this.discussionView = new TeamDiscussionView({ @@ -51,8 +50,6 @@ this.discussionView.render(); this.renderTeamMembers(); - - $('.sr-is-focusable').focus(); return this; }, diff --git a/lms/djangoapps/teams/static/teams/templates/team-profile.underscore b/lms/djangoapps/teams/static/teams/templates/team-profile.underscore index 21b0d94fd2..da9d5853d2 100644 --- a/lms/djangoapps/teams/static/teams/templates/team-profile.underscore +++ b/lms/djangoapps/teams/static/teams/templates/team-profile.underscore @@ -5,7 +5,7 @@ data-user-create-comment="<%= !readOnly %>" data-user-create-subcomment="<%= !readOnly %>"> <% if ( !readOnly) { %> - + <%= gettext("New Post") %> <% } %> @@ -18,9 +18,7 @@ <% } %>