Skip to content

Commit b0a1335

Browse files
authored
Merge pull request #1894 from bookernath/social-icons
Hide social sharing icons from quick view
2 parents 08d6e14 + 08a0991 commit b0a1335

File tree

5 files changed

+1004
-507
lines changed

5 files changed

+1004
-507
lines changed

assets/js/theme/global/quick-view.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ export default function (context) {
2424

2525
modal.setupFocusableElements(modalTypes.QUICK_VIEW);
2626

27-
// eslint-disable-next-line no-undef
28-
addthis.toolbox('.addthis_toolbox');
29-
3027
return new ProductDetails(modal.$content.find('.quickView'), context);
3128
});
3229
});

0 commit comments

Comments
 (0)