From: Laury GvR Date: Thu, 18 May 2017 12:44:58 +0000 (-0400) Subject: Removing some console logs from the scroll sticky code X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fae956f7e2ebf92cf60983aedcfa4c24e060e308;p=WP-Themes%2Fpetoskey.git Removing some console logs from the scroll sticky code --- diff --git a/js/app.js b/js/app.js index 787891c..c4b2f20 100644 --- a/js/app.js +++ b/js/app.js @@ -61,7 +61,7 @@ $(document).ready(function () { $(window).resize( function () { width = $(window).width(); scrollTop = $(window).scrollTop(); - console.log("res" + scrollTop + " : " + width); +// console.log("res" + scrollTop + " : " + width); if(width > 319 && width < 641 ){ $(page_front).css("padding-top", "200px"); } else if(width > 639 && width < 1025){ diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index b8404af..d9d25ff 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -52,7 +52,7 @@ $(document).ready(function () { $(window).resize( function () { width = $(window).width(); scrollTop = $(window).scrollTop(); - console.log("res" + scrollTop + " : " + width); +// console.log("res" + scrollTop + " : " + width); if(width > 319 && width < 641 ){ $(page_front).css("padding-top", "200px"); } else if(width > 639 && width < 1025){