From 95f8bfa4ee3d19a137d58ac55701f24827bcb067 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Thu, 14 Apr 2022 10:13:56 +0800 Subject: [PATCH] * Fix bug #12358. --- module/task/js/batchcreate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/js/batchcreate.js b/module/task/js/batchcreate.js index 091ba7dd5f..9ea82592a5 100755 --- a/module/task/js/batchcreate.js +++ b/module/task/js/batchcreate.js @@ -3,7 +3,7 @@ $(function() { removeDitto(); if($('th.c-name').width() < 200) $('th.c-name').width(200); - if(taskConsumed > 0) alert(addChildTask); + if(taskConsumed > 0) bootbox.alert(addChildTask); }); $(document).on('change', "[name^='estStarted'], [name^='deadline']", function()