Showing
1 changed file
with
1 additions
and
1 deletions
@@ -21,7 +21,7 @@ function _getCommonFilterValue() { | @@ -21,7 +21,7 @@ function _getCommonFilterValue() { | ||
21 | 21 | ||
22 | $attrchecked.each(function() { | 22 | $attrchecked.each(function() { |
23 | var $this = $(this); | 23 | var $this = $(this); |
24 | - | 24 | + |
25 | var key = $this.parents('.attr-content').prev().html(), | 25 | var key = $this.parents('.attr-content').prev().html(), |
26 | name = $this.attr('name'); | 26 | name = $this.attr('name'); |
27 | 27 |
-
Please register or login to post a comment