diff --git a/index2.html b/index2.html
index 0408c18..1739c1b 100755
--- a/index2.html
+++ b/index2.html
@@ -101,8 +101,8 @@ $(document).ready(function(){
'shift': prevPage // shift-Space
},
// combined navigation with actions..
- 38: function(){togglePageView()}, // Up
- 40: function(){togglePageView()}, // Down
+ //38: function(){togglePageView()}, // Up
+ //40: function(){togglePageView()}, // Down
70: function(){ // F
togglePageFitMode()
@@ -151,7 +151,7 @@ $(document).ready(function(){
// XXX for some reason this does not work correctly on android the
// first time...
- togglePageView('on')
+ //togglePageView('on')
})
@@ -168,7 +168,7 @@ $(document).ready(function(){
-