This commit is contained in:
Kyle
2018-11-02 19:21:44 -07:00
parent c2fdb6a27b
commit f16b75ed64
4 changed files with 1 additions and 1 deletions

View File

@@ -1066,7 +1066,7 @@ function downloadCardImage(linkElement) {
linkElement.href = cardImageData
}
//Randomizes the sample cards at the bottom of the page. Runs it here too
randomizeSampleCards(3)
randomizeSampleCards(6)
function randomizeSampleCards(count) {
var cardNumbers = []
while (cardNumbers.length < 3) {