Z14IT-CW2/about/about_assets/about.js

3 lines
87 B
JavaScript
Raw Normal View History

2020-04-17 11:43:21 +00:00
function hideImg() {
document.getElementById("headImg").classList.toggle("show");
}