From fae956f7e2ebf92cf60983aedcfa4c24e060e308 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 18 May 2017 08:44:58 -0400 Subject: [PATCH] Removing some console logs from the scroll sticky code --- 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 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){ -- 2.17.1