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 === " "){event.preventDefault();switchPhoto();}}
|
||||
|
||||
|
||||
/*SERVICES VISIBILITY*/
|
||||
const boxes = document.querySelectorAll('.services_id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user