I created Zotero.Item.isImportedAttachment() on opposite day
This commit is contained in:
parent
3db1d08bdf
commit
87e2924984
1 changed files with 2 additions and 2 deletions
|
@ -2391,9 +2391,9 @@ Zotero.Item.prototype.isImportedAttachment = function() {
|
|||
}
|
||||
var linkMode = this.attachmentLinkMode;
|
||||
if (linkMode == Zotero.Attachments.LINK_MODE_IMPORTED_FILE || linkMode == Zotero.Attachments.LINK_MODE_IMPORTED_URL) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue