Removing some console logs from the scroll sticky code
authorLaury GvR <laury@gaslightmedia.com>
Thu, 18 May 2017 12:44:58 +0000 (08:44 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 18 May 2017 12:44:58 +0000 (08:44 -0400)
js/app.js
js/custom/pageSetup.js

index 787891c..c4b2f20 100644 (file)
--- 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){
index b8404af..d9d25ff 100644 (file)
@@ -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){