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