From ab5820c48f2e8a99f778525f6200db54f40000c6 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 24 Feb 2013 14:46:16 +0530 Subject: [PATCH] cosmetic changes --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index 1ba0e061..5460d30e 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -187,7 +187,7 @@ appPanel if (pandora.localStorage('local')) { var url = pandora.localStorage('local'); window.pandora.local = Ox.API({ - 'url': url + '/api/' + url: url + '/api/' }, function() { pandora.site.site.videoprefix = url; });