12 269
edições
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 47: | Linha 47: | ||
function toggleShinyList() { | function toggleShinyList() { | ||
var shinyList = document.getElementById("shiny-list"); | var shinyList = document.getElementById("shiny-list"); | ||
if (shinyList.style.display === "none") { | if (shinyList.style.display === "none" || shinyList.style.display === "") { | ||
shinyList.style.display = "block"; | shinyList.style.display = "block"; | ||
} else { | } else { | ||