From 954382b93f005eb8eabbc30d225607d224419ae4 Mon Sep 17 00:00:00 2001 From: Magda Date: Thu, 3 Jan 2019 15:48:32 +0100 Subject: [PATCH] Fix typo --- 19 - Webcam Fun/scripts-FINISHED.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/19 - Webcam Fun/scripts-FINISHED.js b/19 - Webcam Fun/scripts-FINISHED.js index 9bb602d4e6..df07fa123a 100755 --- a/19 - Webcam Fun/scripts-FINISHED.js +++ b/19 - Webcam Fun/scripts-FINISHED.js @@ -57,7 +57,7 @@ function takePhoto() { link.href = data; link.setAttribute('download', 'handsome'); link.innerHTML = `Handsome Man`; - strip.insertBefore(link, strip.firsChild); + strip.insertBefore(link, strip.firstChild); } function redEffect(pixels) {