This commit is contained in:
j 2025-06-17 08:40:31 +02:00
commit 1bd430bda5

View file

@ -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)) {