commit b4b3455f55e58ae47c097a9e2f8bab8da8922a5f parent fe1eb01ce642a9bf81ff9cd280a0648264ecd1b6 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 2 May 2011 20:18:26 +0000 Fix quicksearch error before mode is set Diffstat:
| M | chrome/content/zotero/xpcom/zotero.js | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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'; }