Navbar page number hiding
authorMichael Ang <mang@archive.org>
Fri, 8 Oct 2010 23:46:17 +0000 (23:46 +0000)
committerMichael Ang <mang@archive.org>
Fri, 8 Oct 2010 23:46:17 +0000 (23:46 +0000)
BookReader/BookReader.js

index e2067bd..be77674 100644 (file)
@@ -3293,7 +3293,7 @@ BookReader.prototype.initNavbar = function() {
         return true;
     })
     .bind('slidechange', function(event, ui) {
-        $("#pagenum").delay(400).fadeOut(400); // $$$ fadeout not working on iPad
+        $("#pagenum").hide();
         self.jumpToIndex(ui.value);
         return true;
     })