diff --git a/static/js/utils.js b/static/js/utils.js index b708c856..c7569882 100644 --- a/static/js/utils.js +++ b/static/js/utils.js @@ -2704,6 +2704,7 @@ pandora.openURL = function(url) { if ( a.hostname == document.location.hostname && !Ox.startsWith(a.pathname, '/static') + && !Ox.startsWith(a.pathname, '/m/') && ( window.self == window.top || pandora.isEmbeddableView(a.href)