From 12aa274343caa3b1def926f1a4123e57d940d81e Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Fri, 2 Nov 2018 17:18:38 -0700 Subject: [PATCH] fixed downloads --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 7b1ea36a..de2de916 100644 --- a/index.html +++ b/index.html @@ -1054,7 +1054,7 @@ function loadSetSymbol() { //Loads an image from URL function imageURL(input, URL) { - URL.src = input.value + URL.src = "https://cors-anywhere.herokuapp.com/" + input.value } //Best for last - downloads the image! @@ -1065,7 +1065,6 @@ function downloadCardImage(linkElement) { } linkElement.href = cardImageData } - //Randomizes the sample cards at the bottom of the page. Runs it here too randomizeSampleCards(3) function randomizeSampleCards(count) {