From 3db8dd46882985f0c334ea58b285d82b08c74275 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 19 Apr 2012 10:30:39 +0000 Subject: [PATCH] remove reference to pandora, fixes #594 --- source/Ox.UI/js/Video/Ox.VideoPlayer.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoPlayer.js b/source/Ox.UI/js/Video/Ox.VideoPlayer.js index d946b834..d0c50e0a 100644 --- a/source/Ox.UI/js/Video/Ox.VideoPlayer.js +++ b/source/Ox.UI/js/Video/Ox.VideoPlayer.js @@ -84,6 +84,7 @@ Ox.VideoPlayer = function(options, self) { brightness: 1, censored: [], controlsBottom: [], + controlsTooltips: {}, controlsTop: [], duration: 0, enableDownload: false, @@ -609,9 +610,7 @@ Ox.VideoPlayer = function(options, self) { self.$openButton = Ox.Button({ style: 'symbol', title: 'arrowRight', - tooltip: 'Open in ' + Ox.getObjectById( - pandora.site.itemViews, pandora.user.ui.videoView - ).title + ' View', + tooltip: self.options.controlsTooltips.open || '', type: 'image' }) .bindEvent({