summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/external/ionic.headerShrink.js2
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);