Update 1.js

This commit is contained in:
FURK4NGG
2025-04-03 01:18:45 +03:00
committed by GitHub
parent dbd1033e6f
commit 6bf61663e6
+5
View File
@@ -79,6 +79,11 @@ observer.observe(document.body, {
}); });
/*ONKEYDOWN*/
function handleKey(event) {
if (event.key === "Enter" || event.key === " "){event.preventDefault();switchPhoto();}}
/*SERVICES VISIBILITY*/ /*SERVICES VISIBILITY*/
const boxes = document.querySelectorAll('.services_id'); const boxes = document.querySelectorAll('.services_id');