This commit is contained in:
Kyle
2018-12-22 12:25:39 -08:00
parent 600c371975
commit b322fe6ee1
2 changed files with 1 additions and 7 deletions

View File

@@ -261,7 +261,7 @@
</div>
<div class="cmm" id="cmm-art">
Image
<input type="file" class="input" accept="image/*" onchange="loadImage(event, imgArt, true)" id="inputPicture">
<input type="file" name="inputCardArt" class="input" accept="image/*" onchange="loadImage(event, imgArt, true)" id="inputPicture">
<br>
<input type="text" class="input" placeholder="Or use a URL" onchange="imageURL(this, imgArt)">
<br>