From f63bb9135f33c341b43b9b993721ebc3c818b03c Mon Sep 17 00:00:00 2001 From: wangyidong Date: Fri, 16 Jul 2021 13:45:01 +0800 Subject: [PATCH] * finish task #40307. --- module/custom/view/browsestoryconcept.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/custom/view/browsestoryconcept.html.php b/module/custom/view/browsestoryconcept.html.php index 55c6fa18c3..da578ac789 100644 --- a/module/custom/view/browsestoryconcept.html.php +++ b/module/custom/view/browsestoryconcept.html.php @@ -66,7 +66,7 @@ var $SRBox = $('.table-form .SRBox'); $SRBox.each(function(i) { var $this = $(this); - var name = $this.html(); + var name = $this.html(); $SRBox.each(function(j) { if(j <= i) return;