This commit is contained in:
Kyle
2019-04-11 20:39:02 -07:00
parent ff35dbc688
commit 0536461df7
6 changed files with 16 additions and 16 deletions

View File

@@ -86,5 +86,5 @@ function randomSet() {
}
document.getElementById("inputSetSymbolCode").value = set
document.getElementById("inputSetSymbolRarity").value = rarity
imageURL("http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=" + set + "&size=large&rarity=" + rarity, imgSetSymbol, "needsBoth")
imageURL("http://gatherer.wizards.com/Handlers/Image.ashx?type=symbol&set=" + set + "&size=large&rarity=" + rarity, imgSetSymbol, "needsCrop")
}