From 6083a91ca52a89fbe67a70db4359f070af69b7b0 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 13 Apr 2019 20:56:34 -0700 Subject: [PATCH] Update main.js --- data/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/main.js b/data/main.js index 06c366bf..1b6bd9f8 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()