From 8c4504d66201ad9b1a31442bc01a79c1ff6f2337 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 8 Jul 2025 11:41:30 +0100 Subject: [PATCH] /m/ links need to open new page --- static/js/utils.js | 1 + 1 file changed, 1 insertion(+) 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)