diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 10:28:59 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 10:28:59 -0400 |
| commit | 73c81df71538616a4f9ada60b43701b73a6a0422 (patch) | |
| tree | 98b982d133bfd9a5334bbe1fac99cf04eafa2e90 | |
| parent | ea186feb188ed5995178c5e390b6dc15be34529b (diff) | |
took out log
Former-commit-id: 37e5884ba526e586f60f99effb7957326610f733
| -rw-r--r-- | www/external/ionic.headerShrink.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/external/ionic.headerShrink.js b/www/external/ionic.headerShrink.js index e0f3f244..70f9a1d2 100644 --- a/www/external/ionic.headerShrink.js +++ b/www/external/ionic.headerShrink.js @@ -39,7 +39,7 @@ angular.module('ionic.ion.headerShrink', []) } else { y = 0; } - console.log(scrollTop); + //console.log(scrollTop); ionic.requestAnimationFrame(function () { fadeAmt = 1 - (y / headerHeight); |
