Merge branch 'newui' of https://github.com/rajbot/bookreader into newui
authorMichael Ang <mang@archive.org>
Wed, 17 Nov 2010 00:42:30 +0000 (00:42 +0000)
committerMichael Ang <mang@archive.org>
Wed, 17 Nov 2010 00:42:30 +0000 (00:42 +0000)
BookReader/BookReader.js

index e95dc94..881d84c 100644 (file)
@@ -2675,7 +2675,7 @@ BookReader.prototype.search = function(term) {
     
     this.removeSearchResults();
     this.showProgressPopup('<img id="searchmarker" src="'+this.imagesBaseURL + 'marker_srch-on.png'+'"> Search results will appear below...');
-    this.ttsAjax = $.ajax({url:url, dataType:'jsonp', jsonpCallback:'br.BRSearchCallback'});    
+    $.ajax({url:url, dataType:'jsonp', jsonpCallback:'br.BRSearchCallback'});    
 }
 
 // BRSearchCallback()