From: Anthony Talarico Date: Tue, 28 Jun 2016 18:14:58 +0000 (-0400) Subject: fixing blank video tab on product page X-Git-Tag: v1.0.0^2~110 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3b21822b768b1954da661fad0830bf3688946e15;p=WP-Themes%2Ffrancejourneys.git fixing blank video tab on product page --- diff --git a/js/app.js b/js/app.js index d168ef9..3ae56da 100644 --- a/js/app.js +++ b/js/app.js @@ -97,9 +97,10 @@ $(document).ready(function () { }); var products = $(".type-product").length; - console.debug(products); if(products < 3){ $("#container").css("width", "700px"); } + + $(".html5_video_tab").find('a').html("Video"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 4f49f45..c8291c3 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -88,9 +88,10 @@ $(document).ready(function () { }); var products = $(".type-product").length; - console.debug(products); if(products < 3){ $("#container").css("width", "700px"); } + + $(".html5_video_tab").find('a').html("Video"); });