From 24ba8f995b5f501bfd0b507f44d371f644feae55 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Sat, 4 May 2019 21:25:35 -0400 Subject: [PATCH] fix story caption if continue hidden --- src/uncategorized/storyCaption.tw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw index de12990ecb4..7a514c85be0 100644 --- a/src/uncategorized/storyCaption.tw +++ b/src/uncategorized/storyCaption.tw @@ -69,6 +69,9 @@ @@.cyan;[Space]@@ </span> <br><br> +<<elseif $nextButton == " ">> + <span id="nextButton"></span> + <br><br> <</if>> <<if $newModelUI == 0>> -- GitLab