From: Anthony Talarico Date: Wed, 29 Jun 2016 13:36:08 +0000 (-0400) Subject: changed product description to tour description in the product tabx X-Git-Tag: v1.0.0^2~88 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4abad4a72ab8fff59f27451ac308b653659035d8;p=WP-Themes%2Ffrancejourneys.git changed product description to tour description in the product tabx --- diff --git a/js/app.js b/js/app.js index ae14ea2..a1e1b3e 100644 --- a/js/app.js +++ b/js/app.js @@ -102,5 +102,6 @@ $(document).ready(function () { $("#container").css("width", "1000px"); } + $("#tab-description").find("h2").html("Tour Description"); $(".html5_video_tab").find('a').html("Video"); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 8df0fc7..27f486d 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -93,5 +93,6 @@ $(document).ready(function () { $("#container").css("width", "1000px"); } + $("#tab-description").find("h2").html("Tour Description"); $(".html5_video_tab").find('a').html("Video"); });