fixing blank video tab on product page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 28 Jun 2016 18:14:58 +0000 (14:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 28 Jun 2016 18:14:58 +0000 (14:14 -0400)
js/app.js
js/custom/pageSetup.js

index d168ef9..3ae56da 100644 (file)
--- 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");
 });
index 4f49f45..c8291c3 100644 (file)
@@ -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");
 });