diff --git a/index.html b/index.html index da08264e..35885501 100644 --- a/index.html +++ b/index.html @@ -870,7 +870,7 @@ function loadSetSymbol() { //Best for last - downloads the image! 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") el.href = cardImageData }