From ddad03e4638e25a376ed46d210af8083dc17a712 Mon Sep 17 00:00:00 2001 From: Lauri Niskanen Date: Sat, 16 Mar 2024 02:31:21 +0200 Subject: [PATCH] Fix minor bugs (#17) * Remove broken input element * Fix drawing bottom info without artist credit --- index.html | 1 - js/creator-23.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index e7f28d0e..8ed3326a 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,6 @@ -

CARD CONJURER

diff --git a/js/creator-23.js b/js/creator-23.js index 1e5afb95..d47d0ba9 100644 --- a/js/creator-23.js +++ b/js/creator-23.js @@ -3397,7 +3397,7 @@ function writeText(textObject, targetContext) { rawText = rawText.replace(/{cardname}|~/ig, getInlineCardName()); } if (document.querySelector('#info-artist').value == '') { - rawText = rawText.replace('\uFFEE{elemidinfo-artist}', ''); + rawText = rawText.replace('\uFFEE{savex2}{elemidinfo-artist}', ''); } if (rawText.includes('///')) { rawText = rawText.replace(/\/\/\//g, '{flavor}');