From 43e6b1d4a5bb3afe03ca9642eff60b612ec359de Mon Sep 17 00:00:00 2001 From: Kozuki <95940379+schneider-san@users.noreply.github.com> Date: Thu, 3 Mar 2022 20:51:09 -0800 Subject: [PATCH] Update script.js Added reference to original source code author Gabriele Corti https://codepen.io/borntofrappe/pen/GXLWzP --- script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script.js b/script.js index 82b520d5..403d212a 100644 --- a/script.js +++ b/script.js @@ -1,3 +1,5 @@ +/* Original Author >> Gabriele Corti : https://codepen.io/borntofrappe/pen/GXLWzP */ + // target the elements in the DOM used in the project /** @@ -76,4 +78,4 @@ const grantAccess = () => { // remove the event listeners, most notably the one on the window window.removeEventListener("mousemove", updateKeyPosition); keyhole.removeEventListener("mouseover", grantAccess); -}; \ No newline at end of file +};