From 1bd430bda51fe6016c721ac42531cf52a9913550 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 17 Jun 2025 08:40:31 +0200 Subject: [PATCH] typo --- app/static/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/js/utils.js b/app/static/js/utils.js index fdef11b..deecceb 100644 --- a/app/static/js/utils.js +++ b/app/static/js/utils.js @@ -112,7 +112,7 @@ const clickLink = function(event) { } var href = a.attributes.href.value var prefix = document.location.protocol + '//' + document.location.hostname - if (pandoraURL && href.startsWith(pandoraURL) { + if (pandoraURL && href.startsWith(pandoraURL)) { href = href.slice(pandoraURL.length) } if (!pandoraURL && href.startsWith(prefix)) {