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 linkElement.href = cardImageData
} }
//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(3) randomizeSampleCards(6)
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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB