This commit is contained in:
zhouxudong
2022-04-14 10:13:56 +08:00
parent bdf2552afd
commit 95f8bfa4ee
+1 -1
View File
@@ -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()