From a9dd7b675e335fc1e2c68dd297d55c7259f4d54f Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sun, 17 Jan 2021 11:29:28 -0800 Subject: [PATCH] Update main.js --- data/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/main.js b/data/scripts/main.js index c53b9642..87c62e77 100644 --- a/data/scripts/main.js +++ b/data/scripts/main.js @@ -840,7 +840,7 @@ function initialize() { window.updateTextDelay = setTimeout(drawCardTextReal, 250) setTimeout(bottomInfoUpdated, 500) textCodeReference() - notify("Card Conjurer will be moving to a new hosting provider sometime this month. Along with the move, there will be some major updates to the card creator. Unfortunately, previously saved cards will not be compatible new system... But fear not! I will continue hosting the old version under cardconjurer.com/old for the foreseeable future. So, you may want to download all saved cards if you'd like to continue editing them. Regardless, please forgive any downtime/problems during the month of December as we move.", '#ffffaae0') + notify("You are currently using the old version of Card Conjurer. Please go to the new version if you are here by mistake.", '#ffffaae0') } function bottomInfoUpdated() {