Update main.js

This commit is contained in:
Kyle
2018-12-23 11:48:47 -08:00
parent 752352f6fb
commit 0e1bafddc5

View File

@@ -1035,7 +1035,7 @@ function getCookie(cookieName) {
return ""; return "";
} }
function checkCookies() { function checkCookies() {
if (getCookie("visited") != true) { if (getCookie("visited") != "true") {
setCookie("visited", "true") setCookie("visited", "true")
if (isMobile == 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.") 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.")