/m/ links need to open new page
This commit is contained in:
parent
28f36879bc
commit
8c4504d662
1 changed files with 1 additions and 0 deletions
|
|
@ -2704,6 +2704,7 @@ pandora.openURL = function(url) {
|
||||||
if (
|
if (
|
||||||
a.hostname == document.location.hostname
|
a.hostname == document.location.hostname
|
||||||
&& !Ox.startsWith(a.pathname, '/static')
|
&& !Ox.startsWith(a.pathname, '/static')
|
||||||
|
&& !Ox.startsWith(a.pathname, '/m/')
|
||||||
&& (
|
&& (
|
||||||
window.self == window.top
|
window.self == window.top
|
||||||
|| pandora.isEmbeddableView(a.href)
|
|| pandora.isEmbeddableView(a.href)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue