remove reference to pandora, fixes #594
This commit is contained in:
parent
88d25817c1
commit
3db8dd4688
1 changed files with 2 additions and 3 deletions
|
@ -84,6 +84,7 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
brightness: 1,
|
brightness: 1,
|
||||||
censored: [],
|
censored: [],
|
||||||
controlsBottom: [],
|
controlsBottom: [],
|
||||||
|
controlsTooltips: {},
|
||||||
controlsTop: [],
|
controlsTop: [],
|
||||||
duration: 0,
|
duration: 0,
|
||||||
enableDownload: false,
|
enableDownload: false,
|
||||||
|
@ -609,9 +610,7 @@ Ox.VideoPlayer = function(options, self) {
|
||||||
self.$openButton = Ox.Button({
|
self.$openButton = Ox.Button({
|
||||||
style: 'symbol',
|
style: 'symbol',
|
||||||
title: 'arrowRight',
|
title: 'arrowRight',
|
||||||
tooltip: 'Open in ' + Ox.getObjectById(
|
tooltip: self.options.controlsTooltips.open || '',
|
||||||
pandora.site.itemViews, pandora.user.ui.videoView
|
|
||||||
).title + ' View',
|
|
||||||
type: 'image'
|
type: 'image'
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
|
|
Loading…
Reference in a new issue