summaryrefslogtreecommitdiff
path: root/www/external/ionic.scroll.sista.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/external/ionic.scroll.sista.js')
-rw-r--r--www/external/ionic.scroll.sista.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/external/ionic.scroll.sista.js b/www/external/ionic.scroll.sista.js
index a6b173c6..598c7ca7 100644
--- a/www/external/ionic.scroll.sista.js
+++ b/www/external/ionic.scroll.sista.js
@@ -295,8 +295,9 @@
//if we are at the bottom, animate the header/tabs back in
if (scrollView.getScrollMax().top - scrollTop <= contentTop) {
- y = 0;
- duration = defaultDuration;
+ // console.log ("MAX TOP="+scrollView.getScrollMax().top+" SCROLL TOP:"+scrollTop+" CONTOP="+contentTop);
+ // y = 0;
+ // duration = defaultDuration;
}
prevScrollTop = scrollTop;