Closes #1037, Remove Firefox 2.0/3.0–specific code

This commit is contained in:
Dan Stillman 2010-07-09 20:10:43 +00:00
parent 095ec1c974
commit 84cf9d8cbe
63 changed files with 172 additions and 576 deletions

View file

@ -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 = [];