* Finish task #8086.

This commit is contained in:
tianshujie98
2020-09-30 13:47:37 +08:00
parent 738878d71f
commit 5bf6acc1cf
+2 -2
View File
@@ -1,8 +1,8 @@
/* Remove 'ditto' in first row. */
/* Remove 'ditto' in first row and control task name width and tips for tasks that consume. */
$(function()
{
removeDitto();
if($('#batchCreateForm table thead tr th.c-name').width() < 200) $('#batchCreateForm table thead tr th.c-name').width(200);
if($('th.c-name').width() < 200) $('th.c-name').width(200);
if(taskConsumed > 0) alert(addChildTask);
});