Styleeees
This commit is contained in:
@@ -38,8 +38,8 @@ watchButton.onclick = async e => {
|
||||
showStatsButton.onclick = async e => {
|
||||
e.preventDefault();
|
||||
|
||||
statsTable.style.display = statsTable.style.display == "" ? "none" : "";
|
||||
showStatsButton.innerHTML = statsTable.style.display == "" ? "Hide Full Stats" : "Show Full Stats";
|
||||
statsTable.closest("div").style.display = statsTable.closest("div").style.display == "" ? "none" : "";
|
||||
showStatsButton.innerHTML = statsTable.closest("div").style.display == "" ? "Hide Full Stats" : "Show Full Stats";
|
||||
}
|
||||
|
||||
async function updateIsWatched() {
|
||||
|
||||
Reference in New Issue
Block a user