This commit is contained in:
Kyle
2019-04-14 10:38:18 -07:00

View File

@@ -979,7 +979,7 @@ function checkCookies() {
console.log("Welcome back to Card Conjurer!") console.log("Welcome back to Card Conjurer!")
if (getCookie("updated_2") != "true") { if (getCookie("updated_2") != "true") {
alert("Card Conjurer has been updated since your last visit. After reworking the system I haven't had time to add all the old border styles back, but feel free to contact me at CardConjurerMTG@gmail.com if you would like to request a border style or have any questions. \r\n\r\nNewest border style: Mini-Plane") alert("Card Conjurer has been updated since your last visit. After reworking the system I haven't had time to add all the old border styles back, but feel free to contact me at CardConjurerMTG@gmail.com if you would like to request a border style or have any questions. \r\n\r\nNewest border style: Mini-Plane")
setCookie("updated_1", "true") setCookie("updated_2", "true")
} else { } else {
console.log("There are no new updates since your last visit.") console.log("There are no new updates since your last visit.")
if (getCookie("donationRequest") != "true") { if (getCookie("donationRequest") != "true") {
@@ -1123,4 +1123,4 @@ setTimeout(function(){sectionTextFunction()}, 1000)
// } // }
// } // }
// checkCookies() // checkCookies()