From 2fcaa80341cae09fdcdbf15ffecf2d2beda322f7 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sun, 21 Oct 2018 18:27:05 -0700 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }