From 7945486d3827c48209402eed90b1f1fa57fa06b4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 28 Jun 2016 13:08:58 -0400 Subject: [PATCH] fixing syntax error --- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index d6d54a3..bc6814e 100644 --- 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); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 65d9114..50172e2 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -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); -- 2.17.1