forked from 0x2620/pandora
minor reformatting
This commit is contained in:
parent
aecfd18a01
commit
eee30d74d8
1 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue