www

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

commit a39a5ca8924c427f534cf5cec8eeb0f761dc477b
parent 4ff0a5169495d76a4f4a7b06947ba52e602ccfc6
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 22 Dec 2009 08:24:38 +0000

Remove unnecessary line


Diffstat:
Mchrome/content/zotero/bindings/itembox.xml | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml @@ -959,7 +959,6 @@ // when title will be transferred if (this.item.itemTypeID == bookTypeID && itemTypeID == bookSectionTypeID) { var titleFieldID = Zotero.ItemFields.getID('title'); - var bookTitleFieldID = Zotero.ItemFields.getID('bookTitle'); var shortTitleFieldID = Zotero.ItemFields.getID('shortTitle'); if (this.item.getField(titleFieldID) && this.item.getField(shortTitleFieldID)) { if (!fieldsToDelete) {