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;