This commit is contained in:
Kyle
2018-11-05 08:54:59 -08:00
parent 40e34003a9
commit 8ef80744e1
2 changed files with 1 additions and 1 deletions

View File

@@ -1228,7 +1228,7 @@ function imageURL(input, targetImage) {
targetImage.src = "https://cors-anywhere.herokuapp.com/" + input.value targetImage.src = "https://cors-anywhere.herokuapp.com/" + input.value
} }
//Randomizes the sample cards at the bottom of the page. Runs it here too //Randomizes the sample cards at the bottom of the page. Runs it here too
randomizeSampleCards(6) randomizeSampleCards(7) //The number in here should always be set to the number of sample cards that are available
function randomizeSampleCards(count) { function randomizeSampleCards(count) {
var cardNumbers = [] var cardNumbers = []
while (cardNumbers.length < 3) { while (cardNumbers.length < 3) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB