404


Oooops! Jogo não encontrado.

`; } if (i == 2) { games[i].classList.add("_400x400"); games[i].classList.add("advert-space"); games[i].classList.add("not-hover"); games[i].innerHTML = ` `; } if (i == 79) { games[i].classList.add("_400x400"); games[i].classList.add("advert-space"); games[i].classList.add("not-hover"); games[i].innerHTML = ` `; } } } if (liveSearch !== null || liveSearch !== undefined) { var searchIcon = ``; var xIcon = ``; const clearInputValue = () => { liveSearch.value = ''; liveSearchoffcanvasAttachedButton.innerHTML = searchIcon; liveSearchoffcanvasAttachedButton.disabled = true; document.getElementById("live-search-result").style.display = "none"; document.getElementById("offconvas-content").style.display = "block"; document.querySelector(".search-error").style.display = "none"; return true; } liveSearch.addEventListener("keyup", () => { if (liveSearch.value.length > 0) { liveSearchoffcanvasAttachedButton.addEventListener("click", clearInputValue); liveSearchoffcanvasAttachedButton.innerHTML = xIcon; liveSearchoffcanvasAttachedButton.disabled = false; } else { liveSearchoffcanvasAttachedButton.removeEventListener("click", clearInputValue); liveSearchoffcanvasAttachedButton.innerHTML = searchIcon; liveSearchoffcanvasAttachedButton.disabled = true; } }) }