From 20448dfbab7af8ba2d931b8f2826c33e08c96a3d Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 17 Dec 2020 09:43:44 -0800 Subject: [PATCH] Update main.js --- data/scripts/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/scripts/main.js b/data/scripts/main.js index 83e5887c..bce0493f 100644 --- a/data/scripts/main.js +++ b/data/scripts/main.js @@ -827,6 +827,7 @@ function initialize() { window.updateTextDelay = setTimeout(drawCardTextReal, 250) setTimeout(bottomInfoUpdated, 500) textCodeReference() + notify("Card Conjurer will be moving to a new hosting provider shortly. Along with this move, there will be some major updates to the card creator, and as a result previously saved cards will not be able to transfer to the new system. Fear not! I will continue hosting the old version under cardconjurer.com/old. So, you may want to download all saved cards if you'd like to continue editing them. Regardless, expect potential downtime during the month of December as we move. Apologies!", '#ffffaae0') } function bottomInfoUpdated() { @@ -1148,4 +1149,4 @@ function loadScript(scriptPath){ if (typeof script != 'undefined') { document.getElementsByTagName('head')[0].appendChild(script) } -} \ No newline at end of file +}