Logging fix

This commit is contained in:
Isaac Shoebottom 2023-11-21 15:10:19 -04:00
parent 204eb0d6f6
commit 1b51cab9ab

View File

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