From b4b3455f55e58ae47c097a9e2f8bab8da8922a5f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 2 May 2011 20:18:26 +0000 Subject: [PATCH] Fix quicksearch error before mode is set --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 3d98db0e8..e4f819b78 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -1515,6 +1515,7 @@ var Zotero = new function(){ }; if (!modes[mode]) { + Zotero.Prefs.set("search.quicksearch-mode", "fields"); mode = 'fields'; }