diff --git a/index.html b/index.html index aebdaf5..78cfbbb 100644 --- a/index.html +++ b/index.html @@ -172,8 +172,6 @@ imgHtml = "Avatar Antigo 2"; } - } - container.innerHTML = imgHtml; caption.textContent = "Clique na imagem para baixar!"; closeButton.style.display = "block"; @@ -189,7 +187,7 @@ function handleKeyDown(event) { if (event.key === "Enter") { - showPhotos(); + showPhotos('Atual'); // Ou substitua pelo tipo desejado (Atual, Antiga, Antiga2) } }