Compare commits

..

No commits in common. "b30468670f54645dd53b2046dd3daaede748e72f" and "204eb0d6f6ce868909700ff1f745ef7f85a2eb0f" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
- Improve typescript support
- https://stackoverflow.com/questions/11286661/set-custom-attribute-using-javascript

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.innerText, album.innerText) logSwap(artist.innerHTML, album.innerHTML)
} }
function alwaysCheck() { function alwaysCheck() {