typo
This commit is contained in:
parent
a8d1e68c08
commit
1bd430bda5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue