www

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

commit 4d4d074ad95832254f4315f9e248c5ef5db5fd3f
parent 94233108ae89b9085005e481a03425039818c45b
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 31 Aug 2013 04:58:16 -0400

Fix saving advanced search with no name

Addresses #379

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 @@ -118,7 +118,7 @@ var ZoteroAdvancedSearch = new function() { if (!name.value) { - newName.value = untitled; + name.value = untitled; } var s = _searchBox.search.clone();