Update 1.js
This commit is contained in:
@@ -79,6 +79,11 @@ observer.observe(document.body, {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
/*ONKEYDOWN*/
|
||||||
|
function handleKey(event) {
|
||||||
|
if (event.key === "Enter" || event.key === " "){switchPhoto();}}
|
||||||
|
|
||||||
|
|
||||||
/*SERVICES VISIBILITY*/
|
/*SERVICES VISIBILITY*/
|
||||||
const boxes = document.querySelectorAll('.services_id');
|
const boxes = document.querySelectorAll('.services_id');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user