mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
Update main.js
This commit is contained in:
@@ -827,6 +827,7 @@ function initialize() {
|
|||||||
window.updateTextDelay = setTimeout(drawCardTextReal, 250)
|
window.updateTextDelay = setTimeout(drawCardTextReal, 250)
|
||||||
setTimeout(bottomInfoUpdated, 500)
|
setTimeout(bottomInfoUpdated, 500)
|
||||||
textCodeReference()
|
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() {
|
function bottomInfoUpdated() {
|
||||||
@@ -1148,4 +1149,4 @@ function loadScript(scriptPath){
|
|||||||
if (typeof script != 'undefined') {
|
if (typeof script != 'undefined') {
|
||||||
document.getElementsByTagName('head')[0].appendChild(script)
|
document.getElementsByTagName('head')[0].appendChild(script)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user