Compare commits
No commits in common. "b30468670f54645dd53b2046dd3daaede748e72f" and "204eb0d6f6ce868909700ff1f745ef7f85a2eb0f" have entirely different histories.
b30468670f
...
204eb0d6f6
@ -1,3 +0,0 @@
|
||||
- Improve typescript support
|
||||
- https://stackoverflow.com/questions/11286661/set-custom-attribute-using-javascript
|
||||
|
@ -166,7 +166,7 @@ function albumPage() {
|
||||
// Add a swap property to the container, so we can check if it's already been swapped
|
||||
container.attributes.swap = true
|
||||
|
||||
logSwap(artist.innerText, album.innerText)
|
||||
logSwap(artist.innerHTML, album.innerHTML)
|
||||
}
|
||||
|
||||
function alwaysCheck() {
|
||||
|
Loading…
Reference in New Issue
Block a user