From c16b0d4ffae32f6e66f50e924b29e951af5dd0e3 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Tue, 3 Aug 2021 10:32:00 +0800 Subject: [PATCH] * Finish task#40841. --- module/program/view/browsebylist.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php index d09aba1970..26ccc85a48 100644 --- a/module/program/view/browsebylist.html.php +++ b/module/program/view/browsebylist.html.php @@ -194,7 +194,7 @@ $(function() $('#programForm').on('tableNestStateChanged', function() { - /* Ensure visible progress pie inited after toggle nest states */ + /* Ensure visible progress pie inited after toggle nest states. */ $('.progress-pie:visible').progressPie(); }); });