Merge branch 'newui' of http://github.com/rajbot/bookreader into swipe
authorMichael Ang <mang@archive.org>
Tue, 19 Oct 2010 20:47:19 +0000 (20:47 +0000)
committerMichael Ang <mang@archive.org>
Tue, 19 Oct 2010 20:47:19 +0000 (20:47 +0000)
BookReader/BookReader.js

index 6bbf45f..db4fe25 100644 (file)
@@ -3865,11 +3865,13 @@ BookReader.prototype.bindNavigationHandlers = function() {
     });
     
     jIcons.filter('.zoom_in').bind('click', function() {
+        self.ttsStop();
         self.zoom(1);
         return false;
     });
     
     jIcons.filter('.zoom_out').bind('click', function() {
+        self.ttsStop();
         self.zoom(-1);
         return false;
     });