From 1cd5fab76f63110002a006de31c6e53bc8a8fe98 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 25 Feb 2013 10:31:34 +0530 Subject: [PATCH] fix info (video preview) tooltip --- static/js/pandora/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/info.js b/static/js/pandora/info.js index f7fb7fbaa..1054c9def 100644 --- a/static/js/pandora/info.js +++ b/static/js/pandora/info.js @@ -106,7 +106,7 @@ pandora.ui.info = function() { pandora.user.ui.item && ['timeline', 'player', 'editor'].indexOf(pandora.user.ui.itemView) > -1 ) ? 'Go to Position' : ( - pandora.user.ui.item ? 'Switch to' : 'Open in' + pandora.user.ui.item ? 'Switch to ' : 'Open in ' ) + Ox.getObjectById( pandora.site.itemViews, pandora.user.ui.videoView