This commit is contained in:
tianshujie
2022-07-13 09:05:36 +08:00
parent 8f0fa110e9
commit 38325e32a8
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -59,6 +59,7 @@ $(function()
$('#programSummary').addClass('hidden');
$('#projectsSummary').remove();
$('.editCheckbox').after(statistic);
$(this).next('label').addClass('hover');
}
else
{
@@ -66,6 +67,7 @@ $(function()
$('#programForm').removeClass('has-row-checked');
$('#programSummary').removeClass('hidden');
$('#projectsSummary').addClass('hidden');
$(this).next('label').removeClass('hover');
}
});