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
bb3ac95f
Commit
bb3ac95f
authored
Nov 30, 2015
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: correcting play/skip icon for bumper
parent
98b63a79
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
common/lib/xmodule/xmodule/js/src/video/09_play_skip_control.js
+4
-4
No files found.
common/lib/xmodule/xmodule/js/src/video/09_play_skip_control.js
View file @
bb3ac95f
...
@@ -25,9 +25,9 @@ define('video/09_play_skip_control.js', [], function() {
...
@@ -25,9 +25,9 @@ define('video/09_play_skip_control.js', [], function() {
PlaySkipControl
.
prototype
=
{
PlaySkipControl
.
prototype
=
{
template
:
[
template
:
[
'<button class="control video_control play play-skip-control"
aria-disabled="false"
>'
,
'<button class="control video_control play play-skip-control">'
,
'<span class="icon-fallback-img">'
,
'<span class="icon-fallback-img">'
,
'<span class="icon
icon
-play" aria-hidden="true"></span>'
,
'<span class="icon
fa fa
-play" aria-hidden="true"></span>'
,
'<span class="text control-text">'
,
'<span class="text control-text">'
,
gettext
(
'Play'
),
gettext
(
'Play'
),
'</span>'
,
'</span>'
,
...
@@ -79,8 +79,8 @@ define('video/09_play_skip_control.js', [], function() {
...
@@ -79,8 +79,8 @@ define('video/09_play_skip_control.js', [], function() {
.
removeClass
(
'play'
)
.
removeClass
(
'play'
)
.
addClass
(
'skip'
)
.
addClass
(
'skip'
)
.
find
(
'.icon'
)
.
find
(
'.icon'
)
.
removeClass
(
'
icon
-play'
)
.
removeClass
(
'
fa
-play'
)
.
addClass
(
'
icon
-step-forward'
)
.
addClass
(
'
fa
-step-forward'
)
.
find
(
'.control-text'
)
.
find
(
'.control-text'
)
.
text
(
gettext
(
'Skip'
));
.
text
(
gettext
(
'Skip'
));
// Disable possibility to pause the video.
// Disable possibility to pause the video.
...
...
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