Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9e7d278d
Commit
9e7d278d
authored
Aug 17, 2015
by
muzaffaryousaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Accessibility fixings."
This reverts commit
789732a7
.
parent
e73a8556
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
7 deletions
+1
-7
lms/djangoapps/teams/static/teams/js/views/team_profile.js
+0
-3
lms/djangoapps/teams/static/teams/templates/team-profile.underscore
+1
-3
lms/templates/components/header/header.underscore
+0
-1
No files found.
lms/djangoapps/teams/static/teams/js/views/team_profile.js
View file @
9e7d278d
...
...
@@ -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
;
},
...
...
lms/djangoapps/teams/static/teams/templates/team-profile.underscore
View file @
9e7d278d
...
...
@@ -18,9 +18,7 @@
</div>
<% } %>
<div class="team-members">
<% if (!isEmpty) { %>
<span class="sr"><%- gettext("Team member profiles") %></span>
<% } %>
<span class="sr"><%- gettext("Team member profiles") %></span>
<div class="members-info"></div>
</div>
...
...
lms/templates/components/header/header.underscore
View file @
9e7d278d
<header class="page-header has-secondary">
<div class="page-header-main">
<div class="sr-is-focusable" tabindex="-1"></div>
<% if (breadcrumbs !== null && breadcrumbs.length > 0) { %>
<nav class="breadcrumbs" aria-label="<%- nav_aria_label %>">
<% _.each(breadcrumbs, function (breadcrumb) { %>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment