[gimp-web/gimp-web-static] Turned off console logging for scroll detection
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/gimp-web-static] Turned off console logging for scroll detection
- Date: Wed, 18 Nov 2015 20:10:55 +0000 (UTC)
commit e87bbf6c9651386dce8a64f9454c4f13e2cd8131
Author: Pat David <patdavid gmail com>
Date: Wed Nov 18 14:10:17 2015 -0600
Turned off console logging for scroll detection
content/js/push-menu.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/content/js/push-menu.js b/content/js/push-menu.js
index a9224c5..6309c1f 100644
--- a/content/js/push-menu.js
+++ b/content/js/push-menu.js
@@ -62,7 +62,7 @@ setInterval( function() {
if(Math.abs(lastScrollTop - st) <= delta)
return;
- console.log( st );
+ //console.log( st );
// If scroll past navbar, add class .nav-up
if ( st > lastScrollTop && st > 30){
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]