Compare commits
1 Commits
search
...
e35f3f5494
Author | SHA1 | Date | |
---|---|---|---|
e35f3f5494 |
@ -12,7 +12,7 @@ function buttonToggle(clickedButton) {
|
||||
selectedCategory = button.dataset.category;
|
||||
} else {
|
||||
button.classList.remove("selected");
|
||||
selectedCategory = null;
|
||||
if (button.dataset.category == selectedCategory) selectedCategory = null;
|
||||
}
|
||||
});
|
||||
filterSongs();
|
||||
|
Reference in New Issue
Block a user