Skip to content

Commit

Permalink
Avoid selecting .home_marketing_messages without an associated appid
Browse files Browse the repository at this point in the history
  • Loading branch information
candela97 committed Sep 13, 2023
1 parent 3648d14 commit 67eb111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/Content/Features/Common/FHighlightsTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ FHighlightsTags._selector = [
".special.special_img_ctn", // explore/new, cart/
".special > .special_img_ctn",
".store_main_capsule", // Featured & Recommended
".home_marketing_message", // Updates and Offers
".home_marketing_message[data-ds-appid]", // Updates and Offers
".home_area_spotlight", // Special Offers, specials/
".curator_giant_capsule", // Curator Recommendations
".home_content_item", // Recommendations at the bottom of the storefront (small)
Expand Down

0 comments on commit 67eb111

Please sign in to comment.