From c7a14bca588015c442c358879d0371bb808ab324 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 20 Nov 2018 10:02:08 -0500 Subject: [PATCH] Remove 'Description' from the product details tab --- js/app.js | 1 + js/custom/pageSetup.js | 1 + 2 files changed, 2 insertions(+) diff --git a/js/app.js b/js/app.js index 38b955b..e3ef251 100644 --- a/js/app.js +++ b/js/app.js @@ -105,6 +105,7 @@ $(document).ready(function () { }); $("#tab-description").find("h2:contains('Product Description')").remove(); + $("#tab-description").find("h2:contains('Description')").remove(); $(".html5_video_tab").find('a').html("Video"); // wrap every 3 li elements in a div class=row so we can add data equalizer diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 7ea74e0..d65cee0 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -96,6 +96,7 @@ $(document).ready(function () { }); $("#tab-description").find("h2:contains('Product Description')").remove(); + $("#tab-description").find("h2:contains('Description')").remove(); $(".html5_video_tab").find('a').html("Video"); // wrap every 3 li elements in a div class=row so we can add data equalizer -- 2.17.1