* Fix program list bug.

This commit is contained in:
孙广明
2022-06-15 14:34:25 +08:00
parent d568e34896
commit 418abdf41c
+1 -1
View File
@@ -47,7 +47,7 @@ $(function()
function showEditCheckbox(show)
{
$('.icon-project,.icon-waterfall,.icon-scrum').each(function()
$('.icon-project,.icon-waterfall,.icon-scrum,.icon-kanban').each(function()
{
$this = $(this);
$tr = $(this).closest('tr');