From: Anthony Talarico Date: Tue, 28 Jun 2016 17:08:58 +0000 (-0400) Subject: fixing syntax error X-Git-Tag: v1.0.0^2~115 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7945486d3827c48209402eed90b1f1fa57fa06b4;p=WP-Themes%2Ffrancejourneys.git fixing syntax error --- 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);