Update 1.js

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