Nathanwoodburn.github.io/templates/assets/js/pfp.min.js

1 line
314 B
JavaScript
Raw Normal View History

2024-04-19 11:28:07 +10:00
let clickCount=0;function changeImages(){clickCount++,5===clickCount&&(document.querySelector(".profile.background").src="assets/img/profile2.webp",document.querySelector(".profile.foreground").src="assets/img/profile2-fg.webp")}document.querySelector(".profile.background").addEventListener("click",changeImages);