Disable asynchronous autocomplete for now, because it causes hangs (sorry Elena)

This commit is contained in:
Dan Stillman 2009-09-01 19:50:50 +00:00
parent 46daa1db57
commit a7ef8f2339

View file

@ -199,7 +199,8 @@ ZoteroAutoComplete.prototype.startSearch = function(searchString, searchParam, p
statement = this._zotero.DB.getStatement(sql, sqlParams);
}
if (this._zotero.isFx30) {
// Disable asynchronous until we figure out the hangs
if (true || this._zotero.isFx30) {
var rows = this._zotero.DB.query(sql, sqlParams);
var results = [];
var comments = [];