Update main.js

This commit is contained in:
Kyle
2019-04-14 19:28:26 -07:00
parent 8716ead692
commit a1f3b5136c

View File

@@ -975,6 +975,7 @@ function checkCookies() {
alert("Thanks for using Card Conjurer! Unfortunately different browsers treat custom fonts differently and it appears that you are using a browser other than Chrome. Everything may work perfectly, but if you notice that the text looks odd try switching to Chrome.") alert("Thanks for using Card Conjurer! Unfortunately different browsers treat custom fonts differently and it appears that you are using a browser other than Chrome. Everything may work perfectly, but if you notice that the text looks odd try switching to Chrome.")
} }
setCookie("visited", "true") setCookie("visited", "true")
setCookie("updated_2", "true")
} else { } else {
console.log("Welcome back to Card Conjurer!") console.log("Welcome back to Card Conjurer!")
if (getCookie("updated_2") != "true") { if (getCookie("updated_2") != "true") {