Showing
1 changed file
with
1 additions
and
1 deletions
@@ -27,7 +27,7 @@ function _getDetailDataBySizeInfo(intro) { | @@ -27,7 +27,7 @@ function _getDetailDataBySizeInfo(intro) { | ||
27 | $intro.find('a[href]').each(function() { | 27 | $intro.find('a[href]').each(function() { |
28 | const $el = $(this); | 28 | const $el = $(this); |
29 | 29 | ||
30 | - $el.attr('href', 'javascript:;') | 30 | + $el.attr('href', 'javascript:;') //eslint-disable-line |
31 | .attr('target', '') | 31 | .attr('target', '') |
32 | .attr('title', '') | 32 | .attr('title', '') |
33 | .css('cursor', 'initial'); | 33 | .css('cursor', 'initial'); |
-
Please register or login to post a comment