Logging fix
This commit is contained in:
parent
204eb0d6f6
commit
1b51cab9ab
@ -166,7 +166,7 @@ function albumPage() {
|
|||||||
// Add a swap property to the container, so we can check if it's already been swapped
|
// Add a swap property to the container, so we can check if it's already been swapped
|
||||||
container.attributes.swap = true
|
container.attributes.swap = true
|
||||||
|
|
||||||
logSwap(artist.innerHTML, album.innerHTML)
|
logSwap(artist.innerText, album.innerText)
|
||||||
}
|
}
|
||||||
|
|
||||||
function alwaysCheck() {
|
function alwaysCheck() {
|
||||||
|
Loading…
Reference in New Issue
Block a user