From 0e1bafddc5b973539bfbb331fdd8c45fc948fc1d Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sun, 23 Dec 2018 11:48:47 -0800 Subject: [PATCH] Update main.js --- data/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/main.js b/data/scripts/main.js index f8da34d9..cc6c83db 100644 --- a/data/scripts/main.js +++ b/data/scripts/main.js @@ -1035,7 +1035,7 @@ function getCookie(cookieName) { return ""; } function checkCookies() { - if (getCookie("visited") != true) { + if (getCookie("visited") != "true") { setCookie("visited", "true") if (isMobile == true) { alert("Thanks for using Card Conjurer! Unfortunately some users have been experiencing difficulty on mobile devices when uploading pictures they took on that mobile device. An easy solution is to quickly edit that picture by cropping it slightly. Otherwise, images from URLs and other sources should work normally.")