mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
sample
This commit is contained in:
@@ -1228,7 +1228,7 @@ function imageURL(input, targetImage) {
|
||||
targetImage.src = "https://cors-anywhere.herokuapp.com/" + input.value
|
||||
}
|
||||
//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) {
|
||||
var cardNumbers = []
|
||||
while (cardNumbers.length < 3) {
|
||||
|
BIN
sampleCards/sample-card-7.png
Normal file
BIN
sampleCards/sample-card-7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
Reference in New Issue
Block a user