Showing
1 changed file
with
1 additions
and
1 deletions
@@ -441,7 +441,7 @@ let analysisMap = { | @@ -441,7 +441,7 @@ let analysisMap = { | ||
441 | 441 | ||
442 | function tagIndex(arr, $_target) { | 442 | function tagIndex(arr, $_target) { |
443 | if ($_target) { | 443 | if ($_target) { |
444 | - arr.L_INDEX = $_target.closet('li').index() + 1; | 444 | + arr.L_INDEX = $_target.closest('li').index() + 1; |
445 | } | 445 | } |
446 | } | 446 | } |
447 | 447 |
-
Please register or login to post a comment