mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -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
|
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) {
|
||||||
|
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