dont use window.top, throws security exception
This commit is contained in:
parent
bd9f5164b8
commit
941c4f9759
2 changed files with 3 additions and 3 deletions
|
|
@ -135,7 +135,7 @@ pandora.ui.embedPlayer = function() {
|
|||
+ document.location.hostname + '/'
|
||||
+ options.item + '/'
|
||||
+ Ox.formatDuration($player.options('position'));
|
||||
window.top.open(url, '_blank');
|
||||
window.open(url, '_blank');
|
||||
},
|
||||
playing: function(data) {
|
||||
setPosition(data.position, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue