mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
Remove unnecessary line
This commit is contained in:
parent
4ff0a51694
commit
a39a5ca892
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue