diff --git a/data/main.js b/data/main.js index 28a9920e..68d9a2a0 100644 --- a/data/main.js +++ b/data/main.js @@ -979,7 +979,7 @@ function checkCookies() { console.log("Welcome back to Card Conjurer!") 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") - setCookie("updated_1", "true") + setCookie("updated_2", "true") } else { console.log("There are no new updates since your last visit.") if (getCookie("donationRequest") != "true") { @@ -1123,4 +1123,4 @@ setTimeout(function(){sectionTextFunction()}, 1000) // } // } -// checkCookies() \ No newline at end of file +// checkCookies()