diff --git a/static/js/embed/pandora.js b/static/js/embed/pandora.js index 7034fd2e..b4679217 100755 --- a/static/js/embed/pandora.js +++ b/static/js/embed/pandora.js @@ -56,6 +56,11 @@ Ox.load('UI', { .bindEvent({ open: function() { pandora.$player.options({paused: true}); + var url = document.location.protocol + + '//' + document.location.hostname + + '/' + options.item + '/' + + Ox.formatDuration(pandora.$player.options('position')); + window.open(url, '_blank'); }, playing: checkRange, position: checkRange,