Remove 'Description' from the product details tab
authorLaury GvR <laury@gaslightmedia.com>
Tue, 20 Nov 2018 15:02:08 +0000 (10:02 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 20 Nov 2018 15:02:08 +0000 (10:02 -0500)
js/app.js
js/custom/pageSetup.js

index 38b955b..e3ef251 100644 (file)
--- 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
index 7ea74e0..d65cee0 100644 (file)
@@ -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