Showing
1 changed file
with
1 additions
and
1 deletions
@@ -469,7 +469,7 @@ let analysisMap = { | @@ -469,7 +469,7 @@ let analysisMap = { | ||
469 | handler = li => $(li).find('a').text(); | 469 | handler = li => $(li).find('a').text(); |
470 | _attrs = { | 470 | _attrs = { |
471 | RECOMMEND_TYPE: 'hotSearchTerm', | 471 | RECOMMEND_TYPE: 'hotSearchTerm', |
472 | - KEYWORD_WORD: tagsStr($item, handler, $target) + '' | 472 | + KEYWORD: tagsStr($item, handler, $target) + '' |
473 | }; | 473 | }; |
474 | 474 | ||
475 | tagIndex(_attrs, $target); | 475 | tagIndex(_attrs, $target); |
-
Please register or login to post a comment