Update index.html

This commit is contained in:
Kyle
2018-10-21 18:27:05 -07:00
parent 8a1637901d
commit 2fcaa80341

View File

@@ -870,7 +870,7 @@ function loadSetSymbol() {
//Best for last - downloads the image! //Best for last - downloads the image!
function downloadCardImage(el) { function downloadCardImage(el) {
alert("This may not work because the canvas is 'tainted' - if you know how to avoid this please tell me :)") alert("This may not work because the canvas is 'tainted' - if you know how to avoid this please tell me")
var cardImageData = canvas.toDataURL("image/jpg") var cardImageData = canvas.toDataURL("image/jpg")
el.href = cardImageData el.href = cardImageData
} }