From 3330512fe43ff28e4b9f5e75ba8b1ba3e2a457dd Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 3 Mar 2012 14:59:53 +0100 Subject: [PATCH] prefix --- static/js/pandora/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index d0fdeefc..c1dcb1c8 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -793,7 +793,7 @@ pandora.getSortOperator = function(key) { }; pandora.getVideoUrl = function(id, resolution, part) { - var pandora.site.site.videoprefix + var prefix = pandora.site.site.videoprefix .replace('{uid}', Ox.uid()) .replace('{part}', part); return prefix + '/' + id + '/' + resolution + 'p' + part + '.' + pandora.user.videoFormat;