Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbovin committed Dec 13, 2023
1 parent ed19098 commit 334d762
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,6 @@
imgHtml = "<a href='" + url + "' download='" + fileName + "'><img src='" + url + "' alt='Avatar Antigo 2'></a>";
}

}

container.innerHTML = imgHtml;
caption.textContent = "Clique na imagem para baixar!";
closeButton.style.display = "block";
Expand All @@ -189,7 +187,7 @@

function handleKeyDown(event) {
if (event.key === "Enter") {
showPhotos();
showPhotos('Atual'); // Ou substitua pelo tipo desejado (Atual, Antiga, Antiga2)
}
}

Expand Down

0 comments on commit 334d762

Please sign in to comment.