From 4abad4a72ab8fff59f27451ac308b653659035d8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 29 Jun 2016 09:36:08 -0400 Subject: [PATCH] changed product description to tour description in the product tabx --- 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 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"); }); -- 2.17.1