Allow autohide
authorMichael Ang <mang@archive.org>
Wed, 6 Oct 2010 01:04:33 +0000 (01:04 +0000)
committerMichael Ang <mang@archive.org>
Wed, 6 Oct 2010 01:04:33 +0000 (01:04 +0000)
BookReader/BookReader.js

index 4f9adbc..1025505 100644 (file)
@@ -47,7 +47,7 @@ function BookReader() {
 
     this.mode    = this.constMode1up;
     this.ui = 'full';           // UI mode
-    this.uiAutoHide = false;    // Controls whether nav/toolbar will autohide
+    this.uiAutoHide = true;    // Controls whether nav/toolbar will autohide
 
     // thumbnail mode
     this.thumbWidth = 100; // will be overridden during prepareThumbnailView