fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 28 Jun 2016 17:08:58 +0000 (13:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 28 Jun 2016 17:08:58 +0000 (13:08 -0400)
js/app.js
js/custom/pageSetup.js

index d6d54a3..bc6814e 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -84,7 +84,7 @@ $(document).ready(function () {
         $("#carousel_ul").css("left", "-210px");
     }
     
-     changing the img tag for category view from a source to having a background to make the sizes uniform
+//     changing the img tag for category view from a source to having a background to make the sizes uniform
     $(".attachment-shop_catalog").each( function () {
         var img_src = $(this).attr("src");
         console.debug(img_src);
index 65d9114..50172e2 100644 (file)
@@ -75,7 +75,7 @@ $(document).ready(function () {
         $("#carousel_ul").css("left", "-210px");
     }
     
-     changing the img tag for category view from a source to having a background to make the sizes uniform
+//     changing the img tag for category view from a source to having a background to make the sizes uniform
     $(".attachment-shop_catalog").each( function () {
         var img_src = $(this).attr("src");
         console.debug(img_src);