changed product description to tour description in the product tabx
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Jun 2016 13:36:08 +0000 (09:36 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Jun 2016 13:36:08 +0000 (09:36 -0400)
js/app.js
js/custom/pageSetup.js

index ae14ea2..a1e1b3e 100644 (file)
--- 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");
 });
index 8df0fc7..27f486d 100644 (file)
@@ -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");
 });