Closes #1037, Remove Firefox 2.0/3.0–specific code
This commit is contained in:
parent
095ec1c974
commit
84cf9d8cbe
63 changed files with 172 additions and 576 deletions
|
@ -206,7 +206,7 @@ ZoteroAutoComplete.prototype.startSearch = function(searchString, searchParam, p
|
|||
}
|
||||
|
||||
// Disable asynchronous until we figure out the hangs
|
||||
if (true || this._zotero.isFx30) {
|
||||
if (true) {
|
||||
var rows = this._zotero.DB.query(sql, sqlParams);
|
||||
var results = [];
|
||||
var comments = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue