From 7e90d3a9bd91a984e7e3d3081b26f950615b685a Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Thu, 4 Jan 2024 11:12:03 +0800 Subject: [PATCH] * Fix bug#41662. --- module/story/ui/batchedit.html.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/story/ui/batchedit.html.php b/module/story/ui/batchedit.html.php index 54ac012aee..22749e3440 100644 --- a/module/story/ui/batchedit.html.php +++ b/module/story/ui/batchedit.html.php @@ -17,7 +17,6 @@ jsVar('meeting', isset($meetings) ? $meetings : array()); jsVar('researchReports', isset($researchReports) ? $researchReports : array()); jsVar('productStoryList', $productStoryList); jsVar('storyType', $storyType); -jsVar('app', $this->app->tab); if(!empty($twinsTip)) js("zui.Modal.alert({message: '{$twinsTip}', icon: 'icon-exclamation-sign', iconClass: 'warning-pale rounded-full icon-2x'});\n");