From eee30d74d83382759344519cdc3920ceb8352824 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 12 Feb 2013 13:46:09 +0530 Subject: [PATCH] minor reformatting --- static/js/embed/pandora.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index f01201a35..ace7d2d34 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -62,9 +62,9 @@ Ox.load('UI', { .bindEvent({ open: function() { pandora.$player.options({paused: true}); - var url = document.location.protocol - + '//' + document.location.hostname - + '/' + options.item + '/' + var url = document.location.protocol + '//' + + document.location.hostname + '/' + + options.item + '/' + Ox.formatDuration(pandora.$player.options('position')); window.open(url, '_blank'); },