video player: update previous/next buttons
This commit is contained in:
parent
594a42fb11
commit
f8816e7522
1 changed files with 2 additions and 2 deletions
|
@ -730,7 +730,7 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
|
|
||||||
self.$nextChapterButton = Ox.Button({
|
self.$nextChapterButton = Ox.Button({
|
||||||
style: 'video',
|
style: 'video',
|
||||||
title: 'arrowRight',
|
title: 'playNext',
|
||||||
tooltip: Ox._('Next'),
|
tooltip: Ox._('Next'),
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
|
@ -853,7 +853,7 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
|
|
||||||
self.$previousChapterButton = Ox.Button({
|
self.$previousChapterButton = Ox.Button({
|
||||||
style: 'video',
|
style: 'video',
|
||||||
title: 'arrowLeft',
|
title: 'playPrevious',
|
||||||
tooltip: Ox._('Previous'),
|
tooltip: Ox._('Previous'),
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue