soundManger reference was breaking search on mobile safari
authorrajbot <raj@archive.org>
Fri, 12 Nov 2010 05:28:42 +0000 (05:28 +0000)
committerrajbot <raj@archive.org>
Fri, 12 Nov 2010 05:28:42 +0000 (05:28 +0000)
BookReader/BookReader.js

index 2f0cd7e..9315999 100644 (file)
@@ -4771,7 +4771,7 @@ BookReader.prototype.ttsStartCB = function (data) {
 // showProgressPopup
 //______________________________________________________________________________
 BookReader.prototype.showProgressPopup = function(msg) {
-    if (soundManager.debugMode) console.log('showProgressPopup index='+this.ttsIndex+' pos='+this.ttsPosition);
+    //if (soundManager.debugMode) console.log('showProgressPopup index='+this.ttsIndex+' pos='+this.ttsPosition);
     if (this.popup) return;
     
     this.popup = document.createElement("div");