www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 9dad54702f136483e0f2e139c98c04f1e108654a
parent 32399b35edb8a0b29cf76b6b7d8caa6f66c14f84
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 25 Jul 2011 00:55:14 +0000

Fix advanced search


Diffstat:
Mchrome/content/zotero/advancedSearch.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/advancedSearch.js b/chrome/content/zotero/advancedSearch.js @@ -54,7 +54,7 @@ var ZoteroAdvancedSearch = new function() { // A minimal implementation of Zotero.CollectionTreeView var itemGroup = { isSearchMode: function() { return true; }, - getChildItems: function () { + getItems: function () { //var search = _searchBox.search.clone(); var s2 = new Zotero.Search();