mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
samples
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user