From ad07e2808387573e89fcc4fef3943bd65b697369 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Wed, 19 May 2021 10:38:17 +0800 Subject: [PATCH] * Fix bug #12660. --- module/execution/view/story.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 2dd48cd640..058ee6a3af 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -329,7 +329,7 @@ if(empty($key)) continue; if(strpos('wait|planned|projected', $key) !== false) continue; $actionLink = $this->createLink('story', 'batchChangeStage', "stage=$key"); - echo "
  • " . html::a('#', $stage, '', "onclick=\"setFormAction('$actionLink', 'hiddenwin')\"") . "
  • "; + echo "
  • " . html::a('#', $stage, '', "onclick=\"setFormAction('$actionLink', 'hiddenwin', '#storyList')\"") . "
  • "; } echo ''; ?>